qmk-firmware/Makefile.vusb

19 lines
378 B
Makefile
Raw Normal View History

# 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
2011-02-08 15:03:58 +00:00
VPATH = $(TARGET_DIR):$(COMMON_DIR):$(COMMON_DIR)/vusb:$(COMMON_DIR)/vusb/usbdrv