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.

freebsd-dri-x86 329B

12345678910111213
  1. # -*-makefile-*-
  2. # Configuration for freebsd-dri: FreeBSD DRI hardware drivers
  3. include $(TOP)/configs/freebsd-dri
  4. CONFIG_NAME = freebsd-dri-x86
  5. # Unnecessary on x86, generally.
  6. PIC_FLAGS =
  7. ASM_FLAGS = -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM
  8. MESA_ASM_SOURCES = $(X86_SOURCES)
  9. GLAPI_ASM_SOURCES = $(X86_API)