summaryrefslogtreecommitdiff
path: root/nvkm/subdev/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'nvkm/subdev/Makefile.am')
-rw-r--r--nvkm/subdev/Makefile.am25
1 files changed, 0 insertions, 25 deletions
diff --git a/nvkm/subdev/Makefile.am b/nvkm/subdev/Makefile.am
deleted file mode 100644
index 5a48ddb87..000000000
--- a/nvkm/subdev/Makefile.am
+++ /dev/null
@@ -1,25 +0,0 @@
-SUBDIRS = bar bus bios clock devinit fb fuse gpio i2c ibus instmem \
- ltc mc mxm pwr therm timer vm volt
-
-noinst_LTLIBRARIES = libsubdev.la
-
-libsubdev_la_SOURCES =
-libsubdev_la_LIBADD = bar/libbar.la \
- bios/libbios.la \
- bus/libbus.la \
- clock/libclock.la \
- devinit/libdevinit.la \
- fb/libfb.la \
- fuse/libfuse.la \
- gpio/libgpio.la \
- i2c/libi2c.la \
- ibus/libibus.la \
- instmem/libinstmem.la \
- ltc/libltc.la \
- mc/libmc.la \
- mxm/libmxm.la \
- pwr/libpwr.la \
- therm/libtherm.la \
- timer/libtimer.la \
- vm/libvm.la \
- volt/libvolt.la