aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/makefile
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-05-12 11:12:53 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-05-12 11:12:53 +0000
commite277ff0cf45e68fc16287b2fd2a054ae4e6a6ea8 (patch)
tree6d12b35c5f8f59d8a89a81c08848fafa5f1baf66 /Bootloaders/makefile
parentdd92de3919d4db0f24f583d4dbc864aa79b09fb0 (diff)
downloadlufa-e277ff0cf45e68fc16287b2fd2a054ae4e6a6ea8.tar.gz
lufa-e277ff0cf45e68fc16287b2fd2a054ae4e6a6ea8.tar.bz2
lufa-e277ff0cf45e68fc16287b2fd2a054ae4e6a6ea8.zip
Removed TeensyHID bootloader, per request from Paul at PJRC.
Diffstat (limited to 'Bootloaders/makefile')
-rw-r--r--Bootloaders/makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Bootloaders/makefile b/Bootloaders/makefile
index 638cdc170..962d3bbe8 100644
--- a/Bootloaders/makefile
+++ b/Bootloaders/makefile
@@ -19,11 +19,7 @@ all:
$(MAKE) -C CDC clean
$(MAKE) -C CDC all
-
- $(MAKE) -C TeensyHID clean
- $(MAKE) -C TeensyHID all
%:
$(MAKE) -C DFU $@
$(MAKE) -C CDC $@
- $(MAKE) -C TeensyHID $@