]> rtime.felk.cvut.cz Git - lincan.git/blob - embedded/libs4c/usb/more/Makefile.omk
Update of system-less architecture and board support code to actual uLAN.sf.net version.
[lincan.git] / embedded / libs4c / usb / more / Makefile.omk
1 # -*- makefile -*-
2
3 default_CONFIG = CONFIG_USB_MORE=x
4
5 ifeq ($(CONFIG_USB_MORE),y) 
6 lib_LIBRARIES = usbmore
7
8 nobase_include_HEADERS = usb/usb_loader.h
9
10 #shared_LIBRARIES = 
11
12 #include_HEADERS  = 
13
14 usbmore_SOURCES = usb_srq.c
15
16 #lib_LOADLIBES = 
17 #bin_PROGRAMS = 
18
19 endif #CONFIG_USB_MORE
20