BL2CK: update to flashcard-bootstrap v2.1.1

Also build r4dspro.com in BL2CK directory
This commit is contained in:
lifehackerhansol 2024-01-22 19:29:58 -08:00
parent ac6748d94a
commit 8f48ec8c8e
No known key found for this signature in database
GPG Key ID: 80FB184AFC0B3B0E
5 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@ export BASE := $(shell basename $(CURDIR))
export OUT := $(TOPDIR)/../../out
export COMMON := $(TOPDIR)/../../common-kernels
package: directory BL2CK_1.31.0.zip BL2CK_1.31.0_Amaze3DS.zip BL2CK_1.31.0_EDGEi.zip
package: directory BL2CK_1.31.0.zip BL2CK_1.31.0_Amaze3DS.zip BL2CK_1.31.0_EDGEi.zip BL2CK_1.31.0_r4dspro.com.zip
directory:
mkdir -p $(OUT)/$(BASE)
@ -13,3 +13,4 @@ directory:
include $(COMMON)/BL2CK/R4iTT/Makefile
include $(COMMON)/BL2CK/Amaze3DS/Makefile
include $(COMMON)/BL2CK/EDGEi/Makefile
include $(COMMON)/BL2CK/r4dspro.com/Makefile