aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/omap
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-10-05 20:17:19 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-10-05 20:17:19 +0000
commit0a602b2b72aed043e3229667d4ced72a8059eda5 (patch)
tree70a5f272a53f8114dd1f35f9199324d95da32cf1 /target/linux/omap
parent40935a16aae0b254b359065c43bbf1f7edda4b6b (diff)
downloadmaster-187ad058-0a602b2b72aed043e3229667d4ced72a8059eda5.tar.gz
master-187ad058-0a602b2b72aed043e3229667d4ced72a8059eda5.tar.bz2
master-187ad058-0a602b2b72aed043e3229667d4ced72a8059eda5.zip
targets: remove useless quotes around KERNELNAME
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42780 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/omap')
-rw-r--r--target/linux/omap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/omap/Makefile b/target/linux/omap/Makefile
index 5795c002d8..3ebfccddc3 100644
--- a/target/linux/omap/Makefile
+++ b/target/linux/omap/Makefile
@@ -17,7 +17,7 @@ LINUX_VERSION:=3.13.7
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
-KERNELNAME:="zImage dtbs"
+KERNELNAME:=zImage dtbs
include $(INCLUDE_DIR)/target.mk