Skip to content

Commit

Permalink
Add GBAMP firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
lifehackerhansol committed Mar 18, 2024
1 parent 8f48ec8 commit c3f3816
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions archive/movieadvance.com/Makefile
Original file line number Diff line number Diff line change
@@ -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)/$@ *
Binary file not shown.

0 comments on commit c3f3816

Please sign in to comment.