X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/ac8f9434660b88d0f9686bed3e0bfd5b0adf1788..6db7ad74f61eeaae0c8ecb08d483599d9d80c53f:/target/linux/amcc/Makefile diff --git a/target/linux/amcc/Makefile b/target/linux/amcc/Makefile index 4dd366caa..a35783be4 100644 --- a/target/linux/amcc/Makefile +++ b/target/linux/amcc/Makefile @@ -13,13 +13,13 @@ FEATURES:=jffs2 LINUX_VERSION:=2.6.21.5 +include $(INCLUDE_DIR)/target.mk + define Target/Description Build firmware images for the AMCC Taishan evaluation board endef -include $(INCLUDE_DIR)/kernel-build.mk - # include the profiles -include profiles/*.mk -$(eval $(call BuildKernel)) +$(eval $(call BuildTarget))