1
1
kpda-bsp-allwinner-h3-orang.../images/Makefile

20 lines
318 B
Makefile

ROOT_DIR := $(notdir $(CURDIR))
ifndef QCONFIG
QCONFIG=qconfig.mk
endif
include $(QCONFIG)
HOST_MKIFS := mkifs
SUFFIXES := .build .ifs .raw
.PHONY: all clean
all: ifs-h3-orangepi.bin
clean:
$(RM_HOST) ifs-h3-orangepi.bin
ifs-h3-orangepi.bin: orangepi.build
$(HOST_MKIFS) -r../install -v $(MKIFSFLAGS) $^ $@