From: Bernhard Reutner-Fischer Date: Tue, 17 Apr 2007 17:30:12 +0000 (-0000) Subject: - strip eventual quotes X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6bb75e43a42cddfa0a9e6e001d8d0224f124a64a;p=buildroot.git - strip eventual quotes --- diff --git a/target/Makefile.in b/target/Makefile.in index d00442d10a..07af18ec3e 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