diff options
author | Martin Peres <[email protected]> | 2012-04-13 20:53:02 +0200 |
---|---|---|
committer | Christoph Bumiller <[email protected]> | 2012-04-14 03:12:39 +0200 |
commit | 3dd12ccc069790872e95f3f51ddc39991a06242f (patch) | |
tree | b630c842439774f05ee591f166155b50d08f9d40 /src/gallium/targets/egl-static | |
parent | 21b50ce63b10a33c5df8b8dd0a6c4ffe5c2a1b6d (diff) |
targets/{egl-static,gbm}: further clean-up the nvfx remains
Diffstat (limited to 'src/gallium/targets/egl-static')
-rw-r--r-- | src/gallium/targets/egl-static/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/egl-static/Makefile b/src/gallium/targets/egl-static/Makefile index 2c6656bce5e..f05c81d1959 100644 --- a/src/gallium/targets/egl-static/Makefile +++ b/src/gallium/targets/egl-static/Makefile @@ -101,7 +101,7 @@ ifneq ($(findstring nouveau/drm,$(GALLIUM_WINSYS_DIRS)),) egl_CPPFLAGS += -D_EGL_PIPE_NOUVEAU=1 egl_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 |