From d9f2a93159df96eef0d8084b96df7268533177ff Mon Sep 17 00:00:00 2001 From: Perry Hung Date: Thu, 26 May 2011 20:13:09 -0400 Subject: openocd: Detect openocd version Small script to detect the openocd version and choose the appropriate debug/flash script for use with JTAG debugging. --- support/make/build-rules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support/make') diff --git a/support/make/build-rules.mk b/support/make/build-rules.mk index 4dcf00f..330cdd8 100644 --- a/support/make/build-rules.mk +++ b/support/make/build-rules.mk @@ -9,7 +9,7 @@ DISAS := arm-none-eabi-objdump OBJDUMP := arm-none-eabi-objdump SIZE := arm-none-eabi-size DFU := dfu-util -OPENOCD := openocd +OPENOCD_WRAPPER := support/scripts/openocd-wrapper.sh # Suppress annoying output unless V is set ifndef V -- cgit v1.2.3