mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 13:00:09 +01:00
Don't define ASM_SOURCES variable globally -- reserve that variable to be defined locally by makefiles, together with C_SOURCES and CPP_SOURCES.
9 lines
193 B
Text
9 lines
193 B
Text
# Configuration for Linux on Sparc
|
|
|
|
include $(TOP)/configs/linux
|
|
|
|
CONFIG_NAME = linux-sparc
|
|
|
|
#ASM_FLAGS = -DUSE_SPARC_ASM
|
|
#MESA_ASM_SOURCES = $(SPARC_SOURCES)
|
|
#GLAPI_ASM_SOURCES = $(SPARC_API)
|