Introduce empty overlay boot file and improve task name

This commit is contained in:
Jaby
2022-12-16 21:23:24 +01:00
committed by Jaby
parent 3af42e56b7
commit 44e4953e34
4 changed files with 21 additions and 6 deletions

View File

@@ -7,8 +7,9 @@ include $(AUTO_OVERLAY_DIR)/Overlays.mk
JABY_ENGINE_LIB_DIR = $(JABY_ENGINE_DIR)/lib/PSX-$(BUILD_PROFILE)
JABY_ENGINE_LIB_NAME = JabyEngine_$(TV_FORMAT)
#We use this via a flag later
OBJS += $(JABY_ENGINE_LIB_DIR)/main_boot.o
#Bind this to the overlay.json file maybe?
BOOT_TYPE = main
OBJS += $(JABY_ENGINE_LIB_DIR)/$(BOOT_TYPE)_boot.o
#Linking rule
$(TARGET).elf: $(OBJS) $(JABY_ENGINE_LIB_DIR)/lib$(JABY_ENGINE_LIB_NAME).a $(AUTO_OVERLAY_DIR)/Overlays.ld