diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2004-10-28 00:19:21 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2004-10-28 00:19:21 +0000 |
commit | cc182213c81a4bfa094ac4cb06b65fa2b074b1e9 (patch) | |
tree | 52446f19f8ec6491323e0ef8807bd328423f30a0 /configs/freebsd-dri-x86 | |
parent | 948f2720f754450b048ba6f7a60b842bbf8e633a (diff) |
Add FreeBSD DRI build targets. Doesn't build at the moment, due to the same
problems as Linux.
Diffstat (limited to 'configs/freebsd-dri-x86')
-rw-r--r-- | configs/freebsd-dri-x86 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/configs/freebsd-dri-x86 b/configs/freebsd-dri-x86 new file mode 100644 index 0000000000..31316b1f7a --- /dev/null +++ b/configs/freebsd-dri-x86 @@ -0,0 +1,12 @@ +# -*-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 +ASM_SOURCES = $(X86_SOURCES) |