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.

17 lines
361 B

  1. VUSB_DIR = protocol/vusb
  2. # Path to the V-USB library
  3. VUSB_PATH = $(LIB_PATH)/vusb
  4. SRC += $(VUSB_DIR)/protocol.c \
  5. $(VUSB_DIR)/vusb.c \
  6. $(VUSB_DIR)/usb_util.c \
  7. $(VUSB_PATH)/usbdrv/usbdrv.c \
  8. $(VUSB_PATH)/usbdrv/usbdrvasm.S \
  9. $(VUSB_PATH)/usbdrv/oddebug.c
  10. # Search Path
  11. VPATH += $(TMK_PATH)/$(VUSB_DIR)
  12. VPATH += $(VUSB_PATH)
  13. OPT_DEFS += -DPROTOCOL_VUSB