summaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgap/Makefile
diff options
context:
space:
mode:
authorScott_Kilau@digi.com <Scott_Kilau@digi.com>2013-08-21 21:48:31 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-08-22 10:10:00 -0700
commitc84b8b503eaccf5c9e7b9f78553cbed8e97a9230 (patch)
treebab924010e9ed09b06c454c68ac8be3592d21e3f /drivers/staging/dgap/Makefile
parent6b5ad9d269b5fbc981e32ccfafbb406bd3714984 (diff)
downloadlinux-c84b8b503eaccf5c9e7b9f78553cbed8e97a9230.tar.bz2
staging: dgap: adds dgap driver to staging
This patch adds the dgap driver to staging. This is a TTY serial port driver for the EPCA PCI based product line by Digi International <www.digi.com>. Signed-off-by: Lidza Louina <lidza.louina@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/dgap/Makefile')
-rw-r--r--drivers/staging/dgap/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/staging/dgap/Makefile b/drivers/staging/dgap/Makefile
new file mode 100644
index 000000000000..0aa5cde2c823
--- /dev/null
+++ b/drivers/staging/dgap/Makefile
@@ -0,0 +1,9 @@
+EXTRA_CFLAGS += -DDG_NAME=\"dgap-1.3-16\" -DDG_PART=\"40002347_C\"
+
+obj-$(CONFIG_DGAP) += dgap.o
+
+
+dgap-objs := dgap_driver.o dgap_fep5.o dgap_mgmt.o \
+ dgap_parse.o dgap_proc.o dgap_trace.o \
+ dgap_tty.o dgap_sysfs.o
+