1
1

20 строки
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) $^ $@