From daa3ce415c1feb504d006cc03f45604920059fb6 Mon Sep 17 00:00:00 2001 From: Antonio Lignan Date: Mon, 23 Nov 2015 17:38:20 +0100 Subject: [PATCH] Fixed typos --- platform/zoul/Makefile.zoul | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/platform/zoul/Makefile.zoul b/platform/zoul/Makefile.zoul index 992e41f10..41aa47feb 100644 --- a/platform/zoul/Makefile.zoul +++ b/platform/zoul/Makefile.zoul @@ -69,11 +69,12 @@ else endif -+%.upload: %.bin %.elf + +%.upload: %.bin %.elf ifeq ($(wildcard $(BSL)), ) @echo "ERROR: Could not find the cc2538-bsl script. Did you run 'git submodule update --init' ?" else - $(PYTHON) $(BSL) $(BSL_FLAGS) -a $$($(OBJDUMP) -h $*.elf | sed -n '/\/{g;1!p;};h' | awk '{print "0x" $$5}' | sort -g | head -1) + $(PYTHON) $(BSL) $(BSL_FLAGS) -a $$($(OBJDUMP) -h $*.elf | sed -n '/\/{g;1!p;};h' | awk '{print "0x" $$5}' | sort -g | head -1) $< endif motelist: