]> git.gir.st - tmk_keyboard.git/blob - Makefile.vusb
refactor keyboard.h, host.h
[tmk_keyboard.git] / Makefile.vusb
1 # Following variables need to be set in <target>/Makefile:
2 # TARGET
3 # COMMON_DIR
4 # TARGET_DIR
5 # TARGET_SRC
6 # MCU
7 # F_CPU
8
9
10 # List C source files here. (C dependencies are automatically generated.)
11 SRC = usbdrv.c \
12 usbdrvasm.S \
13 oddebug.c
14 SRC += $(TARGET_SRC)
15
16
17 # C source file search path
18 VPATH = $(TARGET_DIR):$(COMMON_DIR):$(COMMON_DIR)/vusb:$(COMMON_DIR)/vusb/usbdrv
Imprint / Impressum