diff options
| author | Kacper <kacper@mail.openlinux.dev> | 2025-12-15 02:01:33 +0100 |
|---|---|---|
| committer | Kacper <kacper@mail.openlinux.dev> | 2025-12-15 02:01:59 +0100 |
| commit | 3b3325f761b09ebbfef04c44eed546cc4fdeb329 (patch) | |
| tree | aa19ea259bcda2410c2b3dd4512f19fb85aeaf8f /makefile | |
| parent | 15d2df7811ef3cb79cc3e501d0d5f9b993d42bea (diff) | |
Added aio and eventfd support, along with sleep and yes utilities
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |
