mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 16:24:17 -09:00
package/: get rid of unneeded $(strip ..)
This commit is contained in:
@@ -35,6 +35,6 @@ concierge: $(TARGET_DIR)/usr/lib/concierge $(TARGET_DIR)/usr/bin/concierge
|
||||
# Toplevel Makefile options
|
||||
#
|
||||
#############################################################
|
||||
ifeq ($(strip $(BR2_PACKAGE_CONCIERGE)),y)
|
||||
ifeq ($(BR2_PACKAGE_CONCIERGE),y)
|
||||
TARGETS+=concierge
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user