You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
OPT_DEFS += -DHOST_VUSB
|
|
|
|
|
|
|
|
SRC = usbdrv.c \
|
|
|
|
usbdrvasm.S \
|
|
|
|
oddebug.c
|
|
|
|
SRC += $(TARGET_SRC)
|
|
|
|
|
|
|
|
|
|
|
|
# C source file search path
|
|
|
|
VPATH = $(TARGET_DIR):$(COMMON_DIR):$(COMMON_DIR)/vusb:$(COMMON_DIR)/vusb/usbdrv
|