diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-10-05 20:17:19 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-10-05 20:17:19 +0000 |
commit | f35da063bc797d44143542d08285cb0bf9b247de (patch) | |
tree | 1c4bbbd9fdfdd2c6b5fcf18907a0e5661c250dbe /target/linux/mpc83xx/Makefile | |
parent | 8a450a93a59d06d401d4696737cbd13a783fbca7 (diff) | |
download | upstream-f35da063bc797d44143542d08285cb0bf9b247de.tar.gz upstream-f35da063bc797d44143542d08285cb0bf9b247de.tar.bz2 upstream-f35da063bc797d44143542d08285cb0bf9b247de.zip |
targets: remove useless quotes around KERNELNAME
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42780
Diffstat (limited to 'target/linux/mpc83xx/Makefile')
-rw-r--r-- | target/linux/mpc83xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mpc83xx/Makefile b/target/linux/mpc83xx/Makefile index 915faec2df..806b8f6e4e 100644 --- a/target/linux/mpc83xx/Makefile +++ b/target/linux/mpc83xx/Makefile @@ -23,6 +23,6 @@ define Target/Description Build firmware images for Freescale MPC83xx based boards (eg. RouterBoard 600). endef -KERNELNAME:="uImage dtbImage.rb600 dtbImage.rb333" +KERNELNAME:=uImage dtbImage.rb600 dtbImage.rb333 $(eval $(call BuildTarget)) |