mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/: get rid of unneeded $(strip ..)
This commit is contained in:
@@ -70,6 +70,6 @@ liblockfile-dirclean:
|
||||
# Toplevel Makefile options
|
||||
#
|
||||
#############################################################
|
||||
ifeq ($(strip $(BR2_PACKAGE_LIBLOCKFILE)),y)
|
||||
ifeq ($(BR2_PACKAGE_LIBLOCKFILE),y)
|
||||
TARGETS+=liblockfile
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user