summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configs/linux-fbdev9
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/linux-fbdev b/configs/linux-fbdev
new file mode 100644
index 0000000000..a6eeebc242
--- /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
+