diff options
author | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2008-02-10 19:14:02 +0100 |
---|---|---|
committer | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2008-02-15 02:26:03 +0100 |
commit | 73b3a29b16fe5d798026db4eeabb8d33bb6c2cb0 (patch) | |
tree | 8d3a8652113db7bf47cccf10dde965b01067d6bc /src/mesa/pipe/Makefile | |
parent | 2effa9b36cc47ca3fc0acc21908f5bb132eca3e7 (diff) |
Hook nv30 into the build.
Diffstat (limited to 'src/mesa/pipe/Makefile')
-rw-r--r-- | src/mesa/pipe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/Makefile b/src/mesa/pipe/Makefile index 6012b2bcea..2b03b5c244 100644 --- a/src/mesa/pipe/Makefile +++ b/src/mesa/pipe/Makefile @@ -10,7 +10,7 @@ ifeq ($(CONFIG_NAME), linux-llvm) LLVM_DIR = llvm endif -SUBDIRS = softpipe i915simple i965simple nv40 nv50 failover pipebuffer \ +SUBDIRS = softpipe i915simple i965simple nv30 nv40 nv50 failover pipebuffer \ $(CELL_DIR) $(LLVM_DIR) |