aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2021-10-11 13:58:11 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2021-10-11 13:58:11 +0300
commit091463c1057f50b47156a138d7d1dbd09494a6d5 (patch)
tree954bc11974362f5a856a20e6d7d8b0b451d35fa5 /Makefile
parentd2ff961a2a08229e1f2245e8dba9b2275016133c (diff)
downloadkmi-091463c1057f50b47156a138d7d1dbd09494a6d5.tar.gz
kmi-091463c1057f50b47156a138d7d1dbd09494a6d5.zip
Moved some functions to common/
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a23ecf3..1598ed8 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ OBJCOPY ?= objcopy
# This makes sure .bss is loaded into the binary
OBJCOPY_FLAGS ?= -Obinary --set-section-flags .bss=alloc,load,contents
-COMMON_SOURCES != echo common/*.c
+COMMON_SOURCES != echo common/*.c lib/fdt*.c
KERNEL_SOURCES != echo kernel/*.c $(COMMON_SOURCES)
INIT_SOURCES := $(COMMON_SOURCES)
CLEANUP := build deps.mk kernel.* init.* apos.bin