Introduce empty overlay boot file and improve task name
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user