mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
package/: get rid of unneeded $(strip ..)
This commit is contained in:
@@ -45,6 +45,6 @@ sysvinit-dirclean:
|
||||
# Toplevel Makefile options
|
||||
#
|
||||
#############################################################
|
||||
ifeq ($(strip $(BR2_PACKAGE_SYSVINIT)),y)
|
||||
ifeq ($(BR2_PACKAGE_SYSVINIT),y)
|
||||
TARGETS+=sysvinit
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user