diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-04-17 17:30:12 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-04-17 17:30:12 +0000 |
commit | 6bb75e43a42cddfa0a9e6e001d8d0224f124a64a (patch) | |
tree | 8bd03896850b404710f1eed6041361addb74c1c7 /target | |
parent | e4d139cf9ce79579dee14e4aa24a2ee4894209d8 (diff) | |
download | buildroot-novena-6bb75e43a42cddfa0a9e6e001d8d0224f124a64a.tar.gz buildroot-novena-6bb75e43a42cddfa0a9e6e001d8d0224f124a64a.zip |
- strip eventual quotes
Diffstat (limited to 'target')
-rw-r--r-- | target/Makefile.in | 5 |
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 |