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

libdevice_la_SOURCES = acpi.c \
		       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