diff options
Diffstat (limited to 'target/linux/avr32/Makefile')
-rw-r--r-- | target/linux/avr32/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/avr32/Makefile b/target/linux/avr32/Makefile index de5410309e..cd8bd5e60d 100644 --- a/target/linux/avr32/Makefile +++ b/target/linux/avr32/Makefile @@ -20,6 +20,6 @@ define Target/Description Build firmware images for ATNGW100 board endef -KERNELNAME:="uImage" +KERNELNAME:=uImage $(eval $(call BuildTarget)) |