Keyboard firmwares for Atmel AVR and Cortex-M
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Makefile.vusb 378B

123456789101112131415161718
  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. # List C source files here. (C dependencies are automatically generated.)
  9. SRC = usbdrv.c \
  10. usbdrvasm.S \
  11. oddebug.c
  12. SRC += $(TARGET_SRC)
  13. # C source file search path
  14. VPATH = $(TARGET_DIR):$(COMMON_DIR):$(COMMON_DIR)/vusb:$(COMMON_DIR)/vusb/usbdrv