aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mediatek/image/Makefile
blob: 6721259b208e9033aa06e24c6421fbb43b9e9eac (plain)
1
2
3
4
5
6
7
8
9
10
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/image.mk

include $(SUBTARGET).mk

define Image/Build
	$(call Image/Build/$(1),$(1))
endef

$(eval $(call BuildImage))