Fixed typos
This commit is contained in:
parent
27fd1a5eb8
commit
daa3ce415c
1 changed files with 3 additions and 2 deletions
|
@ -69,11 +69,12 @@ else
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
+%.upload: %.bin %.elf
|
|
||||||
|
%.upload: %.bin %.elf
|
||||||
ifeq ($(wildcard $(BSL)), )
|
ifeq ($(wildcard $(BSL)), )
|
||||||
@echo "ERROR: Could not find the cc2538-bsl script. Did you run 'git submodule update --init' ?"
|
@echo "ERROR: Could not find the cc2538-bsl script. Did you run 'git submodule update --init' ?"
|
||||||
else
|
else
|
||||||
$(PYTHON) $(BSL) $(BSL_FLAGS) -a $$($(OBJDUMP) -h $*.elf | sed -n '/\<LOAD\>/{g;1!p;};h' | awk '{print "0x" $$5}' | sort -g | head -1)
|
$(PYTHON) $(BSL) $(BSL_FLAGS) -a $$($(OBJDUMP) -h $*.elf | sed -n '/\<LOAD\>/{g;1!p;};h' | awk '{print "0x" $$5}' | sort -g | head -1) $<
|
||||||
endif
|
endif
|
||||||
|
|
||||||
motelist:
|
motelist:
|
||||||
|
|
Loading…
Add table
Reference in a new issue