8 lines
93 B
Makefile
8 lines
93 B
Makefile
LIST=OS
|
|
|
|
ifeq ($(BUILD_OPTION_DISABLE_GLVND),y)
|
|
EXCLUDE_OSLIST=nto
|
|
endif
|
|
|
|
include recurse.mk
|