14 lines
329 B
Makefile
14 lines
329 B
Makefile
# -*-makefile-*-
|
|
# Configuration for freebsd-dri: FreeBSD DRI hardware drivers
|
|
|
|
include $(TOP)/configs/freebsd-dri
|
|
|
|
CONFIG_NAME = freebsd-dri-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)
|