From 3b3325f761b09ebbfef04c44eed546cc4fdeb329 Mon Sep 17 00:00:00 2001 From: Kacper Date: Mon, 15 Dec 2025 02:01:33 +0100 Subject: Added aio and eventfd support, along with sleep and yes utilities --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 5f42ac85..19d61f2d 100644 --- a/makefile +++ b/makefile @@ -120,7 +120,7 @@ PHONY := export Q srctree MAKEFLAGS KCONFIG_CONFIG \ KBUILD_CFLAGS KBUILD_ASFLAGS KBUILD_LDFLAGS -all: $(srctree)/include/config/auto.conf $(srctree)/include/generated/autoconf.h +all: compile_commands.json $(Q)$(MAKE) -f scripts/makefile.build obj=$(obj) clean: @@ -149,7 +149,7 @@ $(KCONFIG_CONFIG): @false compile_commands.json: - $(Q)bear -- $(MAKE) -f scripts/makefile.build obj=$(obj) + $(Q)bear -- $(MAKE) -f scripts/makefile.build obj=$(obj) all PHONY += menuconfig menuconfig: -- cgit v1.2.3