summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/gbm
diff options
context:
space:
mode:
authorMartin Peres <martin.peres@labri.fr>2012-04-13 20:53:02 +0200
committerChristoph Bumiller <e0425955@student.tuwien.ac.at>2012-04-14 03:12:39 +0200
commit3dd12ccc069790872e95f3f51ddc39991a06242f (patch)
treeb630c842439774f05ee591f166155b50d08f9d40 /src/gallium/targets/gbm
parent21b50ce63b10a33c5df8b8dd0a6c4ffe5c2a1b6d (diff)
downloadexternal_mesa3d-3dd12ccc069790872e95f3f51ddc39991a06242f.zip
external_mesa3d-3dd12ccc069790872e95f3f51ddc39991a06242f.tar.gz
external_mesa3d-3dd12ccc069790872e95f3f51ddc39991a06242f.tar.bz2
targets/{egl-static,gbm}: further clean-up the nvfx remains
Diffstat (limited to 'src/gallium/targets/gbm')
-rw-r--r--src/gallium/targets/gbm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/gbm/Makefile b/src/gallium/targets/gbm/Makefile
index 50970f9..cd0c610 100644
--- a/src/gallium/targets/gbm/Makefile
+++ b/src/gallium/targets/gbm/Makefile
@@ -62,7 +62,7 @@ i915_SYS = -ldrm_intel
# nouveau pipe driver
nouveau_LIBS = \
$(TOP)/src/gallium/winsys/nouveau/drm/libnouveaudrm.a \
- $(TOP)/src/gallium/drivers/nvfx/libnvfx.a \
+ $(TOP)/src/gallium/drivers/nv30/libnv30.a \
$(TOP)/src/gallium/drivers/nv50/libnv50.a \
$(TOP)/src/gallium/drivers/nvc0/libnvc0.a \
$(TOP)/src/gallium/drivers/nouveau/libnouveau.a