summaryrefslogtreecommitdiff
path: root/nvkm/subdev/instmem/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'nvkm/subdev/instmem/Makefile.am')
-rw-r--r--nvkm/subdev/instmem/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/nvkm/subdev/instmem/Makefile.am b/nvkm/subdev/instmem/Makefile.am
new file mode 100644
index 000000000..c014032c9
--- /dev/null
+++ b/nvkm/subdev/instmem/Makefile.am
@@ -0,0 +1,8 @@
+noinst_LTLIBRARIES = libinstmem.la
+
+libinstmem_la_SOURCES = base.c \
+ nv04.c \
+ nv40.c \
+ nv50.c
+
+include $(srcdir)/../Makefile.subdev