diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2004-04-14 12:44:07 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2004-04-14 12:44:07 +0000 |
commit | e61df587295e585a3643b523c499d6594962f76a (patch) | |
tree | b67db1199d047e1b35ebf3519ea5679cc635f747 /Makefile | |
parent | 680ec7f85158eae58fd5ab56da8c66a645883cb0 (diff) |
First attempt at building a dri module in this tree
-- make target is linux-dri
-- will attempt to build i830_dri.so
The object builds but hasn't been tested.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -64,6 +64,7 @@ linux \ linux-alpha \ linux-alpha-static \ linux-debug \ +linux-dri \ linux-glide \ linux-icc \ linux-icc-static \ @@ -78,6 +79,7 @@ linux-sparc5 \ linux-static \ linux-ultrasparc \ linux-x86 \ +linux-x86-debug \ linux-x86-64 \ linux-x86-64-static \ linux-x86-glide \ @@ -94,7 +96,7 @@ sunos5 \ sunos5-gcc \ sunos5-smp \ ultrix-gcc: - cp $(TOP)/configs/$@ $(TOP)/configs/current + (cd configs && rm -f current && ln -s $@ current) make default |