mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-12-13 04:04:14 +08:00
90b2beb661
Don't define ASM_SOURCES variable globally -- reserve that variable to be defined locally by makefiles, together with C_SOURCES and CPP_SOURCES.
10 lines
193 B
Plaintext
10 lines
193 B
Plaintext
# 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)
|