mirror of
https://git.busybox.net/buildroot.git
synced 2025-01-18 18:33:52 +08:00
- strip eventual quotes
This commit is contained in:
parent
e4d139cf9c
commit
6bb75e43a4
@ -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
|
# make sure to put everything that is board-specific before the tarroot targets
|
||||||
include target/generic/Makefile.in
|
include target/generic/Makefile.in
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user