summaryrefslogtreecommitdiff
path: root/target/Makefile.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-04-17 17:30:12 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-04-17 17:30:12 +0000
commit6bb75e43a42cddfa0a9e6e001d8d0224f124a64a (patch)
tree8bd03896850b404710f1eed6041361addb74c1c7 /target/Makefile.in
parente4d139cf9ce79579dee14e4aa24a2ee4894209d8 (diff)
- strip eventual quotes
Diffstat (limited to 'target/Makefile.in')
-rw-r--r--target/Makefile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/Makefile.in b/target/Makefile.in
index d00442d10..07af18ec3 100644
--- a/target/Makefile.in
+++ b/target/Makefile.in
@@ -1,3 +1,8 @@
+BR2_PACKAGE_LINUX_FORMAT:=$(strip $(subst ",,$(BR2_PACKAGE_LINUX_FORMAT)))
+#"))
+BR2_PACKAGE_LINUX_KCONFIG:=$(strip $(subst ",,$(BR2_PACKAGE_LINUX_KCONFIG)))
+#"))
+
# make sure to put everything that is board-specific before the tarroot targets
include target/generic/Makefile.in