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) $^ $@