diff options
author | Marcin Slusarz <[email protected]> | 2011-04-25 23:57:11 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2011-05-02 02:39:44 +0200 |
commit | 16549885625ceee16a8616042b24db73f937ea6b (patch) | |
tree | 36e1379724add65b91d518d74657516cdcf16de9 /src/gallium/targets/xorg-nouveau/Makefile | |
parent | 0d5ceb5891185600e73e10db9832207fdbaaab80 (diff) |
targets/xorg-nouveau: add libnvc0.a to nouveau libs
Diffstat (limited to 'src/gallium/targets/xorg-nouveau/Makefile')
-rw-r--r-- | src/gallium/targets/xorg-nouveau/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/xorg-nouveau/Makefile b/src/gallium/targets/xorg-nouveau/Makefile index 2fcd9ffb7d6..5a2cdb1b0ef 100644 --- a/src/gallium/targets/xorg-nouveau/Makefile +++ b/src/gallium/targets/xorg-nouveau/Makefile @@ -15,6 +15,7 @@ DRIVER_PIPES = \ $(TOP)/src/gallium/winsys/nouveau/drm/libnouveaudrm.a \ $(TOP)/src/gallium/drivers/nvfx/libnvfx.a \ $(TOP)/src/gallium/drivers/nv50/libnv50.a \ + $(TOP)/src/gallium/drivers/nvc0/libnvc0.a \ $(TOP)/src/gallium/drivers/nouveau/libnouveau.a \ $(TOP)/src/gallium/drivers/trace/libtrace.a \ $(TOP)/src/gallium/drivers/rbug/librbug.a |