diff options
Diffstat (limited to 'nvkm/subdev/i2c/Makefile.am')
-rw-r--r-- | nvkm/subdev/i2c/Makefile.am | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/nvkm/subdev/i2c/Makefile.am b/nvkm/subdev/i2c/Makefile.am deleted file mode 100644 index 7575d978a..000000000 --- a/nvkm/subdev/i2c/Makefile.am +++ /dev/null @@ -1,20 +0,0 @@ -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 \ - gm204.c - -include $(srcdir)/../Makefile.subdev |