summaryrefslogtreecommitdiff
path: root/nvkm/subdev/vm/Makefile.am
blob: 1f5b6fb762d6a9a0898af4a404815af21c98c6ee (plain)
1
2
3
4
5
6
7
8
9
10
noinst_LTLIBRARIES = libvm.la

libvm_la_SOURCES = base.c \
		   nv04.c \
		   nv41.c \
		   nv44.c \
		   nv50.c \
		   nvc0.c

include $(srcdir)/../Makefile.subdev