diff options
author | Christoph Bumiller <[email protected]> | 2011-01-04 18:20:05 +0100 |
---|---|---|
committer | Christoph Bumiller <[email protected]> | 2011-01-04 18:20:05 +0100 |
commit | cd1cf788280a1eb10d54e1a2b8b069ed7b89c724 (patch) | |
tree | 97a2241e1e51cab4b6bf004fc9c0c3f65468d6d2 /src/gallium/targets | |
parent | c94996f0570c729b9cb2b55329ababb9877fbbea (diff) | |
parent | 4884ca5f67a0138659e48700e8b2f8821400c995 (diff) |
Merge remote branch 'origin/nvc0'
Diffstat (limited to 'src/gallium/targets')
-rw-r--r-- | src/gallium/targets/dri-nouveau/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/dri-nouveau/Makefile b/src/gallium/targets/dri-nouveau/Makefile index 2f64f312b84..eb1ee859a00 100644 --- a/src/gallium/targets/dri-nouveau/Makefile +++ b/src/gallium/targets/dri-nouveau/Makefile @@ -10,6 +10,7 @@ PIPE_DRIVERS = \ $(TOP)/src/gallium/drivers/rbug/librbug.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 C_SOURCES = \ |