Skip to content

Commit c3f3816

Browse files
Add GBAMP firmware
1 parent 8f48ec8 commit c3f3816

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

archive/movieadvance.com/Makefile

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
.PHONY: package
2+
3+
export TOPDIR := $(shell pwd $(CURDIR))
4+
export BASE := $(shell basename $(CURDIR))
5+
export OUT := $(TOPDIR)/../../out
6+
export COMMON := $(TOPDIR)/../../common-kernels
7+
8+
package: directory movieadvance.com_GBA_Movie_Player_CF_e19.zip
9+
10+
directory:
11+
mkdir -p $(OUT)/$(BASE)
12+
13+
movieadvance.com_GBA_Movie_Player_CF_e19.zip: directory
14+
cd $(TOPDIR)/movieadvance.com_GBA_Movie_Player_CF_e19 && zip -r $(OUT)/$(BASE)/$@ *
Binary file not shown.

0 commit comments

Comments
 (0)