diff options
author | Keith Whitwell <[email protected]> | 2005-04-29 17:30:29 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2005-04-29 17:30:29 +0000 |
commit | 431417fec73c323a7af8a0a141ea731d0e6a5630 (patch) | |
tree | 892d7a46cf5b605ccf6468803c1ba95f72ac5273 /configs/linux-fbdev | |
parent | 5c81a4b9cd621d6685d8cf41818484e157bb8f47 (diff) |
new config
Diffstat (limited to 'configs/linux-fbdev')
-rw-r--r-- | configs/linux-fbdev | 9 |
1 files changed, 9 insertions, 0 deletions
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 + |