summaryrefslogtreecommitdiff
path: root/drivers/otg/functions/acm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/otg/functions/acm/Makefile')
-rw-r--r--drivers/otg/functions/acm/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/otg/functions/acm/Makefile b/drivers/otg/functions/acm/Makefile
new file mode 100644
index 000000000000..ccb7f855fea3
--- /dev/null
+++ b/drivers/otg/functions/acm/Makefile
@@ -0,0 +1,15 @@
+# Function driver for a CDC ACM OTG Device
+# @(#) balden@belcarra.com|otg/functions/acm/Makefile-l26|20060419204257|06816
+#
+# Copyright (c) 2004 Belcarra Technologies Corp
+# Copyright (c) 2005-2006 Belcarra Technologies 2005 Corp
+
+tty_if-objs := acm-l26.o acm.o tty-l26-os.o tty-if.o
+
+obj-$(CONFIG_OTG_ACM) += tty_if.o
+
+OTG=$(TOPDIR)/drivers/otg
+ACMD=$(OTG)/functions/acm
+USBDCORE_DIR=$(OTG)/usbdcore
+EXTRA_CFLAGS += -I$(ACMD) -I$(OTG) -Wno-unused -Wno-format -I$(USBDCORE_DIR)
+EXTRA_CFLAGS_nostdinc += -I$(ACMD) -I$(OTG) -Wno-unused -Wno-format -I$(USBDCORE_DIR)