new config
authorKeith Whitwell <keith@tungstengraphics.com>
Fri, 29 Apr 2005 17:30:29 +0000 (17:30 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Fri, 29 Apr 2005 17:30:29 +0000 (17:30 +0000)
configs/linux-fbdev [new file with mode: 0644]

diff --git a/configs/linux-fbdev b/configs/linux-fbdev
new file mode 100644 (file)
index 0000000..a6eeebc
--- /dev/null
@@ -0,0 +1,9 @@
+# Configuration for generic Linux
+
+include $(TOP)/configs/linux
+
+CONFIG_NAME = linux-fbdev
+DRIVER_DIRS = fbdev
+
+CFLAGS = -O3 -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_XSHM -DPTHREADS -DUSE_GLFBDEV_DRIVER
+