aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 939e5e1..adcb405 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ OBJCOPY ?= objcopy
# This makes sure .bss is loaded into the binary
OBJCOPY_FLAGS ?= -Obinary --set-section-flags .bss=alloc,load,contents
-KERNEL_SOURCES != echo common/*.c lib/*.c
+KERNEL_SOURCES != echo common/*.c common/uapi/*.c lib/*.c
CLEANUP := build deps.mk kernel.* init.* apos.bin
CLEANUP_CMD :=
INIT_SOURCES :=