aboutsummaryrefslogtreecommitdiff
path: root/mesalib/configs/freebsd-dri-x86
diff options
context:
space:
mode:
Diffstat (limited to 'mesalib/configs/freebsd-dri-x86')
-rw-r--r--mesalib/configs/freebsd-dri-x8613
1 files changed, 0 insertions, 13 deletions
diff --git a/mesalib/configs/freebsd-dri-x86 b/mesalib/configs/freebsd-dri-x86
deleted file mode 100644
index 9475437fc..000000000
--- a/mesalib/configs/freebsd-dri-x86
+++ /dev/null
@@ -1,13 +0,0 @@
-# -*-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)