X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Fomap%2FMakefile;h=dcab026114ffa35845735f57506a2579b943f1c8;hb=d38c28b58c57ac41d5e81db7d501cd3277ce2f59;hp=78361fc3032a64c13bc10085e8f1c2023e0d34c8;hpb=06d0fda4d1220ea54c2886df594320f19622a98c;p=lede-git%2F.git diff --git a/target/linux/omap/Makefile b/target/linux/omap/Makefile index 78361fc303..dcab026114 100644 --- a/target/linux/omap/Makefile +++ b/target/linux/omap/Makefile @@ -19,6 +19,8 @@ MAINTAINER:=Imre Kaloz KERNELNAME:="zImage dtbs" +include $(INCLUDE_DIR)/target.mk + DEFAULT_PACKAGES += uboot-omap-am335x_evm uboot-omap-omap3_beagle uboot-omap-omap3_overo uboot-omap-omap4_panda DEVICE_TYPE=developerboard @@ -27,6 +29,4 @@ define Target/Description TI OMAP boards endef -include $(INCLUDE_DIR)/target.mk - $(eval $(call BuildTarget))