]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - embedded/libs4c/usb/base/Makefile.omk
Included ARM LPC21xx related code from uLan project. The snapshot date is 2008-07-05
[lincan.git] / embedded / libs4c / usb / base / Makefile.omk
diff --git a/embedded/libs4c/usb/base/Makefile.omk b/embedded/libs4c/usb/base/Makefile.omk
new file mode 100644 (file)
index 0000000..01d6e0b
--- /dev/null
@@ -0,0 +1,21 @@
+# -*- makefile -*-
+
+default_CONFIG = CONFIG_USB_BASE=n
+
+ifeq ($(CONFIG_USB_BASE),y) 
+lib_LIBRARIES = usbbase
+
+#shared_LIBRARIES = 
+
+#include_HEADERS  = 
+
+nobase_include_HEADERS = usb/usb.h usb/usb_spec.h usb/usb_srq.h usb/usbdebug.h
+
+usbbase_SOURCES = usb.c usbdebug.c 
+
+#lib_LOADLIBES = 
+#bin_PROGRAMS = 
+endif #CONFIG_USB_BASE
+
+
+