Add GBAMP firmware

This commit is contained in:
lifehackerhansol 2024-03-17 21:21:45 -07:00
parent 8f48ec8c8e
commit c3f381600e
No known key found for this signature in database
GPG Key ID: 80FB184AFC0B3B0E
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
.PHONY: package
export TOPDIR := $(shell pwd $(CURDIR))
export BASE := $(shell basename $(CURDIR))
export OUT := $(TOPDIR)/../../out
export COMMON := $(TOPDIR)/../../common-kernels
package: directory movieadvance.com_GBA_Movie_Player_CF_e19.zip
directory:
mkdir -p $(OUT)/$(BASE)
movieadvance.com_GBA_Movie_Player_CF_e19.zip: directory
cd $(TOPDIR)/movieadvance.com_GBA_Movie_Player_CF_e19 && zip -r $(OUT)/$(BASE)/$@ *