1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
VUSB_DIR = protocol/vusb OPT_DEFS += -DHOST_VUSB SRC += $(VUSB_DIR)/main.c \ $(VUSB_DIR)/vusb.c \ $(VUSB_DIR)/usbdrv/usbdrv.c \ $(VUSB_DIR)/usbdrv/usbdrvasm.S \ $(VUSB_DIR)/usbdrv/oddebug.c ifdef NO_UART SRC += sendchar_null.c else SRC += sendchar_uart.c \ uart.c endif # Search Path VPATH += $(TOP_DIR)/protocol/vusb:$(TOP_DIR)/protocol/vusb/usbdrv