flashcard-archive/archive/EDGEi/Makefile

17 lines
326 B
Makefile
Raw Normal View History

.PHONY: package
export TOPDIR := $(CURDIR)
export BASE := $(shell basename $(CURDIR))
export OUT := $(TOPDIR)/../../out
export COMMON := $(TOPDIR)/../../common-kernels
package: directory BL2CK_1.31.0_EDGEi.zip old
directory:
mkdir -p $(OUT)/$(BASE)
include $(COMMON)/BL2CK/EDGEi/Makefile
old: directory
make -C $@