projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4d139c
)
- strip eventual quotes
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Tue, 17 Apr 2007 17:30:12 +0000
(17:30 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Tue, 17 Apr 2007 17:30:12 +0000
(17:30 -0000)
target/Makefile.in
patch
|
blob
|
history
diff --git
a/target/Makefile.in
b/target/Makefile.in
index d00442d10a364c5878daf6059e2a0ec8e27a97a9..07af18ec3ebf898959a2f06a943e9210124f4f0b 100644
(file)
--- 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