summaryrefslogtreecommitdiff
path: root/nvkm/subdev/bios/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'nvkm/subdev/bios/Makefile.am')
-rw-r--r--nvkm/subdev/bios/Makefile.am41
1 files changed, 0 insertions, 41 deletions
diff --git a/nvkm/subdev/bios/Makefile.am b/nvkm/subdev/bios/Makefile.am
deleted file mode 100644
index 5c41b6d19..000000000
--- a/nvkm/subdev/bios/Makefile.am
+++ /dev/null
@@ -1,41 +0,0 @@
-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 \
- M0203.c \
- M0205.c \
- M0209.c \
- P0260.c
-
-include $(srcdir)/../Makefile.subdev