From: Keith Whitwell Date: Fri, 29 Apr 2005 17:30:29 +0000 (+0000) Subject: new config X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=431417fec73c323a7af8a0a141ea731d0e6a5630;p=mesa.git new config --- diff --git a/configs/linux-fbdev b/configs/linux-fbdev new file mode 100644 index 00000000000..a6eeebc2427 --- /dev/null +++ b/configs/linux-fbdev @@ -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 +