tianole/arch/x86/boot/Makefile
Microindole 11a1a8234b
Some checks failed
check / build-and-boot (push) Has been cancelled
kernel: add framebuffer early console and tighten wait queues
2026-05-13 11:42:24 +08:00

10 lines
286 B
Makefile

BOOT_SRCS := \
$(ARCH_DIR)/boot/main.c \
$(ARCH_DIR)/boot/file.c \
$(ARCH_DIR)/boot/elf_loader.c \
$(ARCH_DIR)/boot/framebuffer.c \
$(ARCH_DIR)/boot/memory_map.c \
$(ARCH_DIR)/boot/support.c
BOOT_OBJS := $(patsubst $(ARCH_DIR)/boot/%.c,$(BUILD_DIR)/arch/boot/%.obj,$(BOOT_SRCS))