diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2010-12-20 10:53:44 +1000 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2010-12-21 12:46:51 +1000 |
commit | 45cfb9cf089cd56878b1cb5d15391d2470dbeb7c (patch) | |
tree | 50a262733e2f1b79d76980aab61eb993dabcbc6a /nouveau/Makefile.am | |
parent | ba731e7b58911e8caa4e37f0075a677d7ac2afc6 (diff) |
nouveau: split pushbuf macros specific to nv04-nv50 out, and add nvc0
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'nouveau/Makefile.am')
-rw-r--r-- | nouveau/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nouveau/Makefile.am b/nouveau/Makefile.am index de3f4df0..8b899164 100644 --- a/nouveau/Makefile.am +++ b/nouveau/Makefile.am @@ -28,6 +28,8 @@ libdrm_nouveaucommoninclude_HEADERS = \ nouveau_grobj.h \ nouveau_notifier.h \ nouveau_pushbuf.h \ + nv04_pushbuf.h \ + nvc0_pushbuf.h \ nouveau_bo.h \ nouveau_resource.h \ nouveau_reloc.h |