summaryrefslogtreecommitdiff
path: root/nvkm/subdev/bios/Makefile.am
blob: 3d2bf45f542c380ec535222528298d8620c3ea69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
noinst_LTLIBRARIES = libbios.la

libbios_la_SOURCES = base.c \
		     bit.c \
		     boost.c \
		     conn.c \
		     cstep.c \
		     dcb.c \
		     disp.c \
		     dp.c \
		     extdev.c \
		     fan.c \
		     gpio.c \
		     i2c.c \
		     image.c \
		     init.c \
		     mxm.c \
		     npde.c \
		     pcir.c \
		     perf.c \
		     pll.c \
		     pmu.c \
		     ramcfg.c \
		     rammap.c \
		     shadow.c \
		     shadowacpi.c \
		     shadowof.c \
		     shadowpci.c \
		     shadowramin.c \
		     shadowrom.c \
		     timing.c \
		     therm.c \
		     vmap.c \
		     volt.c \
		     xpio.c \
		     M0205.c \
		     M0209.c \
		     P0260.c

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