8 lines
156 B
Makefile
Raw Normal View History

2025-02-27 17:59:18 +08:00
NAME := entry
$(NAME)_TYPE := kernel
$(NAME)_CFLAGS += -marm
$(NAME)_SOURCES := boot_handlers_base.S \
boot_vectors_base.S \
os/alios/boot_handlers.S