summaryrefslogtreecommitdiffstats
path: root/cfe/cfe/usb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cfe/cfe/usb/Makefile')
-rw-r--r--cfe/cfe/usb/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/cfe/cfe/usb/Makefile b/cfe/cfe/usb/Makefile
new file mode 100644
index 0000000..fa38870
--- /dev/null
+++ b/cfe/cfe/usb/Makefile
@@ -0,0 +1,8 @@
+
+#
+# Makefile for USB stuff
+#
+
+
+ALLOBJS += usbmain.o ohci.o usbd.o usbdevs.o usbhub.o usbdebug.o usbhid.o usbmass.o usbserial.o usbeth.o
+CFLAGS += -DCFG_USB=1