Fix: on board

This commit is contained in:
2025-03-18 09:25:48 +08:00
parent be5045fde1
commit c0e474fa32
7 changed files with 12 additions and 9 deletions

View File

@@ -38,7 +38,7 @@ OBJS := $(SRCS:%=%.o)
.PHONY: all build clean clean_target run kernel debug gdb
all:
all: $(CPIO)
$(MAKE) build TARGET_DIR=./kernel TARGET=kernel8
$(MAKE) build TARGET_DIR=./bootloader TARGET=bootloader