]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - embedded/libs4c/usb/base/Makefile.omk
Update of system-less architecture and board support code to actual uLAN.sf.net version.
[lincan.git] / embedded / libs4c / usb / base / Makefile.omk
index 01d6e0bb4d278c71de49855dce410e795a8cbc62..ea54312a66bcba6dc9e4a3cabe8fbcd5447a306d 100644 (file)
@@ -1,17 +1,17 @@
 # -*- makefile -*-
 
-default_CONFIG = CONFIG_USB_BASE=n
+default_CONFIG = CONFIG_USB_BASE=x
 
-ifeq ($(CONFIG_USB_BASE),y) 
+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
+nobase_include_HEADERS = usb/usb.h usb/usb_spec.h usb/usb_srq.h usb/usbdebug.h usb/usb_devdes.h
 
-usbbase_SOURCES = usb.c usbdebug.c 
+usbbase_SOURCES = usb.c usbdebug.c usbstdresp.c
 
 #lib_LOADLIBES = 
 #bin_PROGRAMS =