- strip eventual quotes

This commit is contained in:
Bernhard Reutner-Fischer 2007-04-17 17:30:12 +00:00
parent e4d139cf9c
commit 6bb75e43a4

View File

@ -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