diff options
author | Stephane Marchesin <[email protected]> | 2006-11-18 00:19:22 +0000 |
---|---|---|
committer | Stephane Marchesin <[email protected]> | 2006-11-18 00:19:22 +0000 |
commit | e722e3480f3a5b975c05b584f9acef222c2c9d6b (patch) | |
tree | 00acaeb6dbb9b6499f1406796faba03aa6601da0 /src/mesa/drivers/dri/nouveau/Makefile | |
parent | 8532b6e0a56b09e03e034e37850589d26c20805b (diff) |
Add nv20_state.c ; hook nv10_state.c into the build ; do the renaming
required by the renouveau changes.
Diffstat (limited to 'src/mesa/drivers/dri/nouveau/Makefile')
-rw-r--r-- | src/mesa/drivers/dri/nouveau/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/nouveau/Makefile b/src/mesa/drivers/dri/nouveau/Makefile index ed700a7085a..2db6f8989d1 100644 --- a/src/mesa/drivers/dri/nouveau/Makefile +++ b/src/mesa/drivers/dri/nouveau/Makefile @@ -20,6 +20,8 @@ DRIVER_SOURCES = \ nouveau_tex.c \ nouveau_swtcl.c \ nv10_swtcl.c \ + nv10_state.c \ + nv20_state.c \ nv30_state.c C_SOURCES = \ |