summaryrefslogtreecommitdiff
path: root/configs/linux-dri
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2004-12-09 08:42:19 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2004-12-09 08:42:19 +0000
commitda3e15c2fd5c08a7f28c1bda5a2f3298a8b09a15 (patch)
tree242471a4e0b1299aa67ea03f3ce9e1728bb669ee /configs/linux-dri
parent2fc3a958a4f2ac1439715e7bea011f3072c07103 (diff)
Get linux-solo dependencies building correctly,
Make sure symlinks are built in driver directories before running makedepend.
Diffstat (limited to 'configs/linux-dri')
-rw-r--r--configs/linux-dri4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/linux-dri b/configs/linux-dri
index 912ff5fb14..0392bce932 100644
--- a/configs/linux-dri
+++ b/configs/linux-dri
@@ -9,6 +9,10 @@ CONFIG_NAME = linux-dri
CC = gcc
CXX = g++
+MKDEP = /usr/X11R6/bin/makedepend
+#MKDEP = gcc -M
+#MKDEP_OPTIONS = -MF depend
+
WARN_FLAGS = -Wall
OPT_FLAGS = -O -g
PIC_FLAGS = -fPIC