mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 20:10:17 +01:00
8 lines
215 B
Text
8 lines
215 B
Text
# Configuration for Linux with x86 optimizations
|
|
|
|
include $(TOP)/configs/linux
|
|
|
|
CONFIG_NAME = linux-x86
|
|
|
|
ASM_FLAGS = -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM
|
|
ASM_SOURCES = $(X86_SOURCES) $(X86_API)
|