diff options
Diffstat (limited to 'target/Makefile.in')
-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 |