Fix: on board

This commit is contained in:
2025-03-18 09:25:48 +08:00
parent ac0bf1639e
commit 4ca4239baa
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