From 3aa755870aa45004edc848475e361db8b639284a Mon Sep 17 00:00:00 2001 From: Perry Hung Date: Thu, 8 Jul 2010 22:27:37 -0400 Subject: makefile: fix install target The makefile 'install' target should upload to whatever the last build target was, regardless of the environment's value of MAPLE_TARGET. --- support/make/build-rules.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'support/make') diff --git a/support/make/build-rules.mk b/support/make/build-rules.mk index 52ede32..274152c 100644 --- a/support/make/build-rules.mk +++ b/support/make/build-rules.mk @@ -21,10 +21,11 @@ ifndef V SILENT_OBJCOPY = @echo ' [OBJCOPY] ' $(@F); SILENT_DISAS = @echo ' [DISAS] ' $(@:$(BUILD_PATH)/%.bin=%).disas; SILENT_OBJDUMP = @echo ' [OBJDUMP] ' $(OBJDUMP); - DFU := dfu-util - OPENOCD := openocd endif +DFU := dfu-util +OPENOCD := openocd + BUILDDIRS := TGT_BIN := -- cgit v1.2.3