4 lines
62 B
Makefile
4 lines
62 B
Makefile
ifeq ($(strip $(BR2_PACKAGE_SFDISK)),y)
|
|
TARGETS+=sfdisk
|
|
endif
|
ifeq ($(strip $(BR2_PACKAGE_SFDISK)),y)
|
|
TARGETS+=sfdisk
|
|
endif
|