/shark/trunk/config/libdep.mk |
---|
465,4 → 465,14 |
LINK_DEP += $(LIB_PATH)/libcpu.a |
endif |
# USB |
# ---------------------------------------------------------------- |
ifeq ($(findstring __USB__, $(USELIB)), __USB__) |
INCL += -I$(BASE)/drivers/usb/include |
# CPU |
ifeq ($(LIB_PATH)/libusb.a,$(wildcard $(LIB_PATH)/libusb.a)) |
LINK_LIB += -lusb |
LINK_DEP += $(LIB_PATH)/libusb.a |
endif |