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:
@@ -41,6 +41,6 @@ ttcp-dirclean:
|
||||
# Toplevel Makefile options
|
||||
#
|
||||
#############################################################
|
||||
ifeq ($(strip $(BR2_PACKAGE_TTCP)),y)
|
||||
ifeq ($(BR2_PACKAGE_TTCP),y)
|
||||
TARGETS+=ttcp
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user