From 73b3a29b16fe5d798026db4eeabb8d33bb6c2cb0 Mon Sep 17 00:00:00 2001 From: Stephane Marchesin Date: Sun, 10 Feb 2008 19:14:02 +0100 Subject: [PATCH] Hook nv30 into the build. --- src/mesa/pipe/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2