Clone of mesa.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

linux-x86 225B

123456789
  1. # Configuration for Linux with x86 optimizations
  2. include $(TOP)/configs/linux
  3. CONFIG_NAME = linux-x86
  4. ASM_FLAGS = -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM
  5. ASM_SOURCES = $(X86_SOURCES)
  6. ASM_API = $(X86_API)