summaryrefslogtreecommitdiff
path: root/nvkm/subdev/devinit/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'nvkm/subdev/devinit/Makefile.am')
-rw-r--r--nvkm/subdev/devinit/Makefile.am18
1 files changed, 0 insertions, 18 deletions
diff --git a/nvkm/subdev/devinit/Makefile.am b/nvkm/subdev/devinit/Makefile.am
deleted file mode 100644
index e97ce52b9..000000000
--- a/nvkm/subdev/devinit/Makefile.am
+++ /dev/null
@@ -1,18 +0,0 @@
-noinst_LTLIBRARIES = libdevinit.la
-
-libdevinit_la_SOURCES = base.c \
- nv04.c \
- nv05.c \
- nv10.c \
- nv1a.c \
- nv20.c \
- nv50.c \
- nv84.c \
- nv98.c \
- nva3.c \
- nvaf.c \
- nvc0.c \
- gm107.c \
- gm204.c
-
-include $(srcdir)/../Makefile.subdev