From 091463c1057f50b47156a138d7d1dbd09494a6d5 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Mon, 11 Oct 2021 13:58:11 +0300 Subject: Moved some functions to common/ --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.3