Add DSLink

This commit is contained in:
lifehackerhansol 2023-08-15 06:42:07 -07:00
parent a3b0ca65ee
commit fe127811fb
No known key found for this signature in database
GPG Key ID: 80FB184AFC0B3B0E
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
.PHONY: package
export TOPDIR := $(shell pwd $(CURDIR))
export BASE := $(shell basename $(CURDIR))
export OUT := $(TOPDIR)/../../out
export COMMON := $(TOPDIR)/../../common-kernels
package: directory extdata
directory:
mkdir -p $(OUT)/$(BASE)
extdata: directory
cp -r ds-link.net_Kernel_2.31 README.md $(OUT)/$(BASE)