summaryrefslogtreecommitdiff
path: root/nvkm/subdev/i2c/Makefile.am
blob: c7ef137dae79238f2c0d3f4490cf4f9624b2ae9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
noinst_LTLIBRARIES = libi2c.la

libi2c_la_SOURCES = base.c \
		    anx9805.c \
		    aux.c \
		    bit.c \
		    pad.c \
		    padnv04.c \
		    padnv94.c \
		    padgm204.c \
		    nv04.c \
		    nv4e.c \
		    nv50.c \
		    nv94.c \
		    nvd0.c \
		    gf117.c \
		    nve0.c

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