summaryrefslogtreecommitdiff
path: root/bootstrap/stage2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/stage2/Makefile')
-rw-r--r--bootstrap/stage2/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/bootstrap/stage2/Makefile b/bootstrap/stage2/Makefile
index 1799157..fcc64c0 100644
--- a/bootstrap/stage2/Makefile
+++ b/bootstrap/stage2/Makefile
@@ -28,12 +28,14 @@ CFLAGS+=-ffreestanding -fno-stack-protector $(BS_OPLVL)
BINARY=bootstrap-stage2
include $(ARCHDIR)/make.conf
-FIRMWARE_DIR=firmware/$(FIRMWARE)
-include $(FIRMWARE_DIR)/make.conf
-COMMON_DIR=firmware/common
+
+include core/make.conf
+include drivers/make.conf
+include fs/make.conf
OBJS=$(ARCH_OBJS) \
- $(COMMON_OBJS) \
- $(FIRMWARE_OBJS) \
+ $(CORE_OBJS) \
+ $(DRIVER_OBJS) \
+ $(FS_OBJS) \
include $(ROOTDIR)/patterns.mk