flashcard-archive/common-kernels/BL2CK/R4iTT/Makefile
lifehackerhansol 6cf765bece
Rework BL2CK common, consolidate common files
- Have individual makefiles for different boot files
  - R4iTT: ARM9 entry 0x02000800
  - Amaze3DS: ARM9 entry 0x02000000
  - EDGEi: Same as R4iTT, but renamed to `dsedgei.dat`
- Include each makefile from individual folders, copy needed things and
  zip
2023-08-15 12:17:00 -07:00

6 lines
166 B
Makefile

BL2CK_1.30.4.zip: directory
mkdir tmp;
cp -r $(COMMON)/BL2CK/BL2CK_common/* $(COMMON)/BL2CK/R4iTT/_ds_menu.dat tmp/
cd tmp; zip -r $(OUT)/$(BASE)/$@ *
rm -rf tmp