]> rtime.felk.cvut.cz Git - lincan.git/blob - embedded/libs4c/usb/lpcusb/Makefile.omk
Merge branch 'master' into can-usb1
[lincan.git] / embedded / libs4c / usb / lpcusb / Makefile.omk
1 # -*- makefile -*-
2
3 default_CONFIG = CONFIG_USB_LPCUSB=n
4
5 ifeq ($(CONFIG_USB_LPCUSB),y) 
6 lib_LIBRARIES = lpcusb
7
8 nobase_include_HEADERS = usb/lpcusb.h usb/lpc.h
9
10 lpcusb_SOURCES = lpcusb.c lpc.c
11 endif #CONFIG_USB_LPCUSB