summaryrefslogtreecommitdiff
path: root/protocol/vusb.mk
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2015-10-27 14:52:18 -0400
committerJack Humbert <jack.humb@gmail.com>2015-10-27 14:52:18 -0400
commitd311fd8d1a0af3b767d26b520d399bf0db22f058 (patch)
treeb9de5704143ac205b4e26222f9d7551e9b161924 /protocol/vusb.mk
parenta766918d5c48204375f4c207b30bbbf1389df14f (diff)
parent6f3141965e88c4ee0ebf7c18a243e4c2d9c5021b (diff)
Merge pull request #34 from jackhumbert/tmk-master
merging from tmk, new_project script and template
Diffstat (limited to 'protocol/vusb.mk')
-rw-r--r--protocol/vusb.mk21
1 files changed, 0 insertions, 21 deletions
diff --git a/protocol/vusb.mk b/protocol/vusb.mk
deleted file mode 100644
index 3227ca7bf5..0000000000
--- a/protocol/vusb.mk
+++ /dev/null
@@ -1,21 +0,0 @@
-VUSB_DIR = protocol/vusb
-
-OPT_DEFS += -DPROTOCOL_VUSB
-
-SRC += $(VUSB_DIR)/main.c \
- $(VUSB_DIR)/vusb.c \
- $(VUSB_DIR)/usbdrv/usbdrv.c \
- $(VUSB_DIR)/usbdrv/usbdrvasm.S \
- $(VUSB_DIR)/usbdrv/oddebug.c
-
-
-ifdef NO_UART
-SRC += $(COMMON_DIR)/sendchar_null.c
-else
-SRC += $(COMMON_DIR)/sendchar_uart.c \
- $(COMMON_DIR)/uart.c
-endif
-
-
-# Search Path
-VPATH += $(TOP_DIR)/protocol/vusb:$(TOP_DIR)/protocol/vusb/usbdrv