summaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgap/Makefile
diff options
context:
space:
mode:
authorMark Hounschell <markh@compro.net>2014-02-19 13:12:02 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-02-24 16:48:11 -0800
commit69edaa21fcdf09f734b51f3efca3fd4ac9fe95f8 (patch)
treeb2e126152a0348d4a4e1fab46843f3b69e16255d /drivers/staging/dgap/Makefile
parent7568f7d3ef19b9826abdf404f0a2be5c58ea1583 (diff)
downloadlinux-69edaa21fcdf09f734b51f3efca3fd4ac9fe95f8.tar.bz2
staging: dgap: Merge dgap_parses.c into dgap_driver.c
There is a lot of cleanup work to do on these digi drivers and merging as much as is possible will make it easier. I also notice that many merged drivers are single source and header. Signed-off-by: Mark Hounschell <markh@compro.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/dgap/Makefile')
-rw-r--r--drivers/staging/dgap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/dgap/Makefile b/drivers/staging/dgap/Makefile
index f5c9e357f500..13bf6fb37379 100644
--- a/drivers/staging/dgap/Makefile
+++ b/drivers/staging/dgap/Makefile
@@ -2,5 +2,5 @@ obj-$(CONFIG_DGAP) += dgap.o
dgap-objs := dgap_driver.o \
- dgap_parse.o dgap_trace.o
+ dgap_trace.o