8 lines
168 B
Makefile
8 lines
168 B
Makefile
override define BuildImage
|
|
prepare: FORCE
|
|
$(call Image/Prepare)
|
|
endef
|
|
|
|
# The Makefile included here is $(TOPDIR)/target/linux/$(BOARD)/image/Makefile
|
|
include Makefile
|