From 6bb75e43a42cddfa0a9e6e001d8d0224f124a64a Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 17 Apr 2007 17:30:12 +0000 Subject: - strip eventual quotes --- target/Makefile.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'target/Makefile.in') 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 -- cgit v1.2.3