# -*- 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