flashcard-archive/archive/EDGEi/old/Makefile
lifehackerhansol 481591f1ac
Add EDGEi flashcart
EDGEi is an Acekard 2i clone that boots from `dsedgei.dat`.

The default kernel is BL2CK, and the original kernel is preserved in
the `old` directory.
2023-08-15 12:29:14 -07:00

15 lines
374 B
Makefile

.PHONY: package
export TOPDIR := $(shell pwd $(CURDIR))
export BASE := EDGEi/$(shell basename $(CURDIR))
export OUT := $(TOPDIR)/../../../out
export COMMON := $(TOPDIR)/../../../common-kernels
package: directory EDGEi_Kernel_2.20.zip
directory:
mkdir -p $(OUT)/$(BASE)
EDGEi_Kernel_2.20.zip: directory
cd $(TOPDIR)/EDGEi_Kernel_2.20 && zip -r $(OUT)/$(BASE)/$@ *