]> rtime.felk.cvut.cz Git - lincan.git/blob - embedded/libs4c/usb/base/Makefile.omk
Embedded code-base updated to actual version from uLan repository.
[lincan.git] / embedded / libs4c / usb / base / Makefile.omk
1 # -*- makefile -*-
2
3 default_CONFIG = CONFIG_USB_BASE=n
4
5 ifeq ($(CONFIG_USB_BASE),y) 
6 lib_LIBRARIES = usbbase
7
8 #shared_LIBRARIES = 
9
10 #include_HEADERS  = 
11
12 nobase_include_HEADERS = usb/usb.h usb/usb_spec.h usb/usb_srq.h usb/usbdebug.h usb/usb_devdes.h
13
14 usbbase_SOURCES = usb.c usbdebug.c 
15
16 #lib_LOADLIBES = 
17 #bin_PROGRAMS = 
18 endif #CONFIG_USB_BASE
19
20
21