summaryrefslogtreecommitdiff
path: root/nvkm/subdev/gpio/Makefile.am
blob: 012eb067158b772f205c257cbd731b199a74cd30 (plain)
1
2
3
4
5
6
7
8
9
10
noinst_LTLIBRARIES = libgpio.la

libgpio_la_SOURCES = base.c \
		     nv10.c \
		     nv50.c \
		     nv94.c \
		     nvd0.c \
		     nve0.c

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