aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.vusb
blob: 1d92d13bc7ce80ec656412179c0115a5e7aa9a52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Following variables need to be set in <target>/Makefile:
# 	TARGET
# 	COMMON_DIR
# 	TARGET_DIR
# 	TARGET_SRC
# 	MCU
# 	F_CPU


# List C source files here. (C dependencies are automatically generated.)
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