aboutsummaryrefslogtreecommitdiffstats
path: root/support/make
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2012-06-07 01:24:01 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2012-06-07 03:40:11 -0400
commit42570013c5266449f7e8512a77fe66b8e852294d (patch)
treef5e5c38175307dbda5cd13b117e6c43f3298f635 /support/make
parent421e49046cddf786b20db35f76c2bf6edcd39ef3 (diff)
downloadlibrambutan-42570013c5266449f7e8512a77fe66b8e852294d.tar.gz
librambutan-42570013c5266449f7e8512a77fe66b8e852294d.zip
Move OpenOCD stuff into contrib/.
This has gone unmaintained for long enough. Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
Diffstat (limited to 'support/make')
-rw-r--r--support/make/build-rules.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/support/make/build-rules.mk b/support/make/build-rules.mk
index 330cdd8..3d541ba 100644
--- a/support/make/build-rules.mk
+++ b/support/make/build-rules.mk
@@ -9,7 +9,6 @@ DISAS := arm-none-eabi-objdump
OBJDUMP := arm-none-eabi-objdump
SIZE := arm-none-eabi-size
DFU := dfu-util
-OPENOCD_WRAPPER := support/scripts/openocd-wrapper.sh
# Suppress annoying output unless V is set
ifndef V