summaryrefslogtreecommitdiff
path: root/nvkm/engine/device/Makefile.am
blob: 376cfc1a4497b486bb48b4a9c96c4866c4f22462 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
noinst_LTLIBRARIES = libdevice.la

libdevice_la_SOURCES = base.c \
		       ctrl.c \
		       nv04.c \
		       nv10.c \
		       nv20.c \
		       nv30.c \
		       nv40.c \
		       nv50.c \
		       nvc0.c \
		       nve0.c \
		       gm100.c

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