2023-08-13 09:46:40 -07:00
|
|
|
.PHONY: package
|
|
|
|
|
2024-10-03 13:52:05 -07:00
|
|
|
export TOPDIR := $(CURDIR)
|
2023-08-13 09:46:40 -07:00
|
|
|
export BASE := r4itt.net/$(shell basename $(CURDIR))
|
|
|
|
export OUT := $(TOPDIR)/../../../out
|
|
|
|
export COMMON := $(TOPDIR)/../../../common-kernels
|
|
|
|
|
2023-08-30 11:18:03 -07:00
|
|
|
package: directory BL2CK_1.31.0.zip old extdata
|
2023-08-13 09:46:40 -07:00
|
|
|
|
|
|
|
directory:
|
|
|
|
mkdir -p $(OUT)/$(BASE)
|
|
|
|
|
2023-08-15 12:17:00 -07:00
|
|
|
include $(COMMON)/BL2CK/R4iTT/Makefile
|
2023-08-13 09:46:40 -07:00
|
|
|
|
|
|
|
old: directory
|
|
|
|
make -C $@
|
|
|
|
|
|
|
|
extdata: directory
|
2023-12-26 23:14:25 +00:00
|
|
|
cp -r readme.txt r4itt.net_3DS_*_FWUpdate* $(OUT)/$(BASE)
|