summaryrefslogtreecommitdiff
path: root/nvkm/engine/dmaobj/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'nvkm/engine/dmaobj/Makefile.am')
-rw-r--r--nvkm/engine/dmaobj/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/nvkm/engine/dmaobj/Makefile.am b/nvkm/engine/dmaobj/Makefile.am
new file mode 100644
index 000000000..d2633c46c
--- /dev/null
+++ b/nvkm/engine/dmaobj/Makefile.am
@@ -0,0 +1,9 @@
+noinst_LTLIBRARIES = libdmaobj.la
+
+libdmaobj_la_SOURCES = base.c \
+ nv04.c \
+ nv50.c \
+ nvc0.c \
+ nvd0.c
+
+include $(srcdir)/../Makefile.engine