Files
Deletecat cf90818ad5 add DSTTi.cc 2.9
not the latest kernel but the only one I've been able to get ahold of.
2025-10-08 15:42:13 +01:00

18 lines
395 B
Makefile

.PHONY: package
export TOPDIR := $(CURDIR)
export BASE := $(shell basename $(CURDIR))
export OUT := $(TOPDIR)/../../out
export COMMON := $(TOPDIR)/../../common-kernels
package: directory DSTTi_CC_2.9.zip extdata
directory:
mkdir -p $(OUT)/$(BASE)
DSTTi_CC_2.9.zip: directory
cd $(TOPDIR)/DSTTi_CC_2.9 && zip -r $(OUT)/$(BASE)/$@ *
extdata: directory
cp -r README.txt $(OUT)/$(BASE)