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