summaryrefslogtreecommitdiff
path: root/Makefile.vusb
blob: b8e71a8e36eb834966e460b26cc3c7dfc28b86fd (plain)
1
2
3
4
5
6
7
8
9
10
11
OPT_DEFS += -DHOST_VUSB

SRC =	usbdrv.c \
	usbdrvasm.S \
	oddebug.c \
	sendchar_usart.c
SRC +=	$(TARGET_SRC)


# C source file search path
VPATH = $(TARGET_DIR):$(COMMON_DIR):$(COMMON_DIR)/vusb:$(COMMON_DIR)/vusb/usbdrv