summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rw-r--r--configs/linux-xorg13
2 files changed, 14 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 875f93bd4a..83a5896f6b 100644
--- a/Makefile
+++ b/Makefile
@@ -152,6 +152,7 @@ linux-x86-64-static \
linux-x86-glide \
linux-x86-profile \
linux-x86-static \
+linux-xorg \
netbsd \
openbsd \
osf1 \
diff --git a/configs/linux-xorg b/configs/linux-xorg
new file mode 100644
index 0000000000..e307b937ed
--- /dev/null
+++ b/configs/linux-xorg
@@ -0,0 +1,13 @@
+# -*-makefile-*-
+# Configuration for linux-xorg: Linux DRI and Xorg drivers
+
+include $(TOP)/configs/linux-dri-debug
+
+CONFIG_NAME = linux-xorg
+
+# GALLIUM_DIRS
+# GALLIUM_AUXILIARY_DIRS
+# GALLIUM_DRIVER_DIRS
+GALLIUM_WINSYS_DIRS = drm
+GALLIUM_WINSYS_DRM_DIRS = intel
+GALLIUM_STATE_TRACKERS_DIRS = xorg egl