mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-14 14:00:17 +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.
13 lines
342 B
Makefile
13 lines
342 B
Makefile
# -*-makefile-*-
|
|
# Configuration for linux-solo-x86: Linux hardware drivers for fbdev for x86
|
|
|
|
include $(TOP)/configs/linux-solo
|
|
|
|
CONFIG_NAME = linux-solo-x86
|
|
|
|
# Unnecessary on x86, generally.
|
|
PIC_FLAGS =
|
|
|
|
ASM_FLAGS = -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM
|
|
MESA_ASM_SOURCES = $(X86_SOURCES)
|
|
GLAPI_ASM_SOURCES = $(X86_API)
|