diff options
Diffstat (limited to 'target/linux/pxa/Makefile')
-rw-r--r-- | target/linux/pxa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/pxa/Makefile b/target/linux/pxa/Makefile index 86e4950f1e..c61231daf7 100644 --- a/target/linux/pxa/Makefile +++ b/target/linux/pxa/Makefile @@ -20,6 +20,6 @@ define Target/Description Build images for PXA2xx systems, eg. Gumstix. endef -KERNELNAME:="uImage" +KERNELNAME:=uImage $(eval $(call BuildTarget)) |