summaryrefslogtreecommitdiff
path: root/configs/debian-default
diff options
context:
space:
mode:
Diffstat (limited to 'configs/debian-default')
-rw-r--r--configs/debian-default17
1 files changed, 17 insertions, 0 deletions
diff --git a/configs/debian-default b/configs/debian-default
new file mode 100644
index 0000000000..8d1b785ee0
--- /dev/null
+++ b/configs/debian-default
@@ -0,0 +1,17 @@
+# Define Debian-specific defaults.
+
+CONFIG_NAME = debian-default
+
+OPT_FLAGS = -O2 -g
+
+# override settings in configs/linux-x86-64
+LIB_DIR = lib
+EXTRA_LIB_PATH =
+
+SRC_DIRS = mesa
+PROGRAM_DIRS =
+
+INSTALL_DIR = /usr
+
+# vim: ft=make
+