r4dsixl3d.com is a dstt clone

Fix r4dsixl3d.com makefile

one more fix
This commit is contained in:
Deletecat 2023-09-05 20:03:01 +01:00
parent a20a8f954a
commit 1564081e03
No known key found for this signature in database
GPG Key ID: 7A947FD10C5EB4B9
121 changed files with 24 additions and 4 deletions

View File

@ -5,13 +5,13 @@ export BASE := $(shell basename $(CURDIR))
export OUT := $(TOPDIR)/../../out
export COMMON := $(TOPDIR)/../../common-kernels
package: directory r4dsixl3d.com_Kernel_1.8.zip extdata
package: directory old extdata
directory:
mkdir -p $(OUT)/$(BASE)
r4dsixl3d.com_Kernel_1.8.zip: directory
cd $(TOPDIR)/r4dsixl3d.com_Kernel_1.8 && zip -r -X $(OUT)/$(BASE)/$@ *
old: directory
make -C $@
extdata: directory
cp README.txt $(OUT)/$(BASE)
cp YSMenu-instructions.txt $(OUT)/$(BASE)

View File

@ -0,0 +1,3 @@
# Installation instructions for YSMenu on the R4DSiXL3D
Please follow the instructions to install YSMenu here: https://flashcarts.net/ysmenu-compat-ext.html

View File

@ -0,0 +1,17 @@
.PHONY: package
export TOPDIR := $(shell pwd $(CURDIR))
export BASE := r4dsixl3d.com/$(shell basename $(CURDIR))
export OUT := $(TOPDIR)/../../../out
export COMMON := $(TOPDIR)/../../../common-kernels
package: directory r4dsixl3d.com_Kernel_1.8.zip extdata
directory:
mkdir -p $(OUT)/$(BASE)
r4dsixl3d.com_Kernel_1.8.zip: directory
cd $(TOPDIR)/r4dsixl3d.com_Kernel_1.8 && zip -r -X $(OUT)/$(BASE)/$@ *
extdata: directory
cp README.txt $(OUT)/$(BASE)

View File

Before

Width:  |  Height:  |  Size: 144 KiB

After

Width:  |  Height:  |  Size: 144 KiB

View File

Before

Width:  |  Height:  |  Size: 144 KiB

After

Width:  |  Height:  |  Size: 144 KiB

Some files were not shown because too many files have changed in this diff Show More