diff options
Diffstat (limited to 'target/linux/ppc44x')
-rw-r--r-- | target/linux/ppc44x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ppc44x/Makefile b/target/linux/ppc44x/Makefile index f6d932743a..5c2e15da2a 100644 --- a/target/linux/ppc44x/Makefile +++ b/target/linux/ppc44x/Makefile @@ -23,6 +23,6 @@ define Target/Description Build firmware images for AMCC/IBM PPC44x based boards. endef -KERNELNAME:="uImage cuImage.taishan" +KERNELNAME:=uImage cuImage.taishan $(eval $(call BuildTarget)) |