Support for MSP54LV100

This commit is contained in:
Lesserkuma
2023-11-24 18:05:40 +01:00
parent a3c4a44893
commit 1bf4927d6b
4 changed files with 76 additions and 5 deletions

View File

@@ -183,7 +183,9 @@ $(shell touch $(CURDIR)/../$(SOURCES)/version.h)
%.gba: %.elf
@$(OBJCOPY) -O binary $< $@
@gbafix $@ "-tLK MULTIMENU" "-cAGBJ" "-mLK" "-r0"
@echo Copying to ROM builder folder
@cp $@ "$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))/rom_builder/lk_multimenu.gba"
@echo Done!
#---------------------------------------------------------------------------------------
endif