summaryrefslogtreecommitdiff
path: root/drivers/staging/emxx_udc/Makefile
diff options
context:
space:
mode:
authorMagnus Damm <damm+renesas@opensource.se>2014-06-06 19:44:17 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-06-19 14:42:17 -0700
commit33aa8d45a4fea3dc5d90338aad0867a66e0c38d5 (patch)
tree08c2a0298dbc894fe11342168b8db08407e883d3 /drivers/staging/emxx_udc/Makefile
parent22b5371412f91ea0e1bf5e1c1dd527eb3eed6dc2 (diff)
staging: emxx_udc: Add Emma Mobile USB Gadget driver
Add the emxx_udc driver to staging based on an old linux-2.6.35.7 android tree. The driver has been brushed up slightly to complile but it is still in great need of cleanup. At this point DT bindings are clearly lacking and I doubt that the driver even can run with multiple instances (global variables, hurray!). Signed-off-by: Magnus Damm <damm+renesas@opensource.se> Acked-by: Simon Horman <horms+renesas@verge.net.au> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/emxx_udc/Makefile')
-rw-r--r--drivers/staging/emxx_udc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/emxx_udc/Makefile b/drivers/staging/emxx_udc/Makefile
new file mode 100644
index 000000000000..6352724c0b57
--- /dev/null
+++ b/drivers/staging/emxx_udc/Makefile
@@ -0,0 +1 @@
+obj-$(CONFIG_USB_EMXX) := emxx_udc.o