9os

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit b0c306ead79625d2aef659e46aae1935da8b54d4
parent 144970cd9ff14d5287bb15132caac91db50cf9fa
Author: Roberto Vargas <roberto.vargas@arm.com>
Date:   Thu,  1 Nov 2018 11:12:11 +0000

Merge branch 'master' of ssh://gerrit.oss.arm.com/trusted-firmware/rcode

Diffstat:
Msrc/libc/Makefile | 2+-
Mtest/test1/Makefile | 3++-
2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/libc/Makefile b/src/libc/Makefile @@ -18,7 +18,7 @@ $(DIRS): FORCE +@cd $@ && $(MAKE) objlst: FORCE - mklst $(TARGET) + ./mklst $(TARGET) $(TARGET): objlst xargs $(AR) $(ARFLAGS) $@ < objlst diff --git a/test/test1/Makefile b/test/test1/Makefile @@ -77,7 +77,8 @@ LIBDEP = libhdl.a $(LIBDIR)/libc.a TARGET = romfw ramfw -all: $(TARGET) +all: run + run: $(TARGET) romfw: $(ROMOBJS) $(LIBDEP)