diff options
Diffstat (limited to 'target/linux/ppc44x/Makefile')
-rw-r--r-- | target/linux/ppc44x/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ppc44x/Makefile b/target/linux/ppc44x/Makefile index 17a3f5893a..5187cb3e23 100644 --- a/target/linux/ppc44x/Makefile +++ b/target/linux/ppc44x/Makefile @@ -15,12 +15,12 @@ MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> KERNEL_PATCHVER:=3.18 -include $(INCLUDE_DIR)/target.mk - define Target/Description Build firmware images for AMCC/IBM PPC44x based boards. endef +include $(INCLUDE_DIR)/target.mk + KERNELNAME:=uImage cuImage.taishan $(eval $(call BuildTarget)) |