summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/tgsi/Makefile
diff options
context:
space:
mode:
authormichal <michal@michal-laptop.(none)>2007-07-05 19:55:38 +0200
committermichal <michal@michal-laptop.(none)>2007-07-05 19:55:38 +0200
commitffe58739da9eee2e99682747cc8f26e412c87430 (patch)
tree17698bfe671373d903d56ccc5d434b5ff3193d41 /src/mesa/pipe/tgsi/Makefile
parentac5523a9c31efbb89e58ef99da47b0d81a21409c (diff)
Softpipe: import TGSI tree. Not hooked-up yet.
Diffstat (limited to 'src/mesa/pipe/tgsi/Makefile')
-rw-r--r--src/mesa/pipe/tgsi/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/pipe/tgsi/Makefile b/src/mesa/pipe/tgsi/Makefile
new file mode 100644
index 0000000000..12a8bd0409
--- /dev/null
+++ b/src/mesa/pipe/tgsi/Makefile
@@ -0,0 +1,3 @@
+default:
+ cd ../.. ; make
+