summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorKacper <kacper@mail.openlinux.dev>2025-12-15 02:01:33 +0100
committerKacper <kacper@mail.openlinux.dev>2025-12-15 02:01:59 +0100
commit3b3325f761b09ebbfef04c44eed546cc4fdeb329 (patch)
treeaa19ea259bcda2410c2b3dd4512f19fb85aeaf8f /makefile
parent15d2df7811ef3cb79cc3e501d0d5f9b993d42bea (diff)
Added aio and eventfd support, along with sleep and yes utilities
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
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: