modified jtagwait to allow to set reset start address when renamed to .TTP

This commit is contained in:
Markus Fröschle
2014-08-10 14:39:06 +00:00
parent 1134454984
commit 852bf8928f
6 changed files with 93 additions and 47 deletions

View File

@@ -156,12 +156,15 @@ LIBBAS=libbas.a
LIBS=$(patsubst %,%/$(LIBBAS),$(TRGTDIRS))
all: fls ram bfl lib
all: fls ram bfl lib tos
fls: $(patsubst %,%/$(FLASH_EXEC),$(TRGTDIRS))
ram: $(patsubst %,%/$(RAM_EXEC),$(TRGTDIRS))
bfl: $(patsubst %,%/$(BASFLASH_EXEC),$(TRGTDIRS))
lib: $(LIBS)
.PHONY: tos
tos:
(cd tos; make)
.PHONY: clean
clean: