4 lines
58 B
Makefile
4 lines
58 B
Makefile
ifeq ($(strip $(BR2_PACKAGE_VTUN)),y)
|
|
TARGETS+=vtun
|
|
endif
|
ifeq ($(strip $(BR2_PACKAGE_VTUN)),y)
|
|
TARGETS+=vtun
|
|
endif
|