From: Stephane Marchesin Date: Sun, 10 Feb 2008 18:14:02 +0000 (+0100) Subject: Hook nv30 into the build. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=73b3a29b16fe5d798026db4eeabb8d33bb6c2cb0;p=mesa.git Hook nv30 into the build. --- diff --git a/src/mesa/pipe/Makefile b/src/mesa/pipe/Makefile index 6012b2bcead..2b03b5c2446 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)