9os

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

commit 80c450450a36aa3983ea8d7122e5ca91b40c6e62
parent 8c9778a676b3b52bb6e7d17201fdbdee9cb0793e
Author: Roberto Vargas <roberto.vargas@arm.com>
Date:   Wed, 14 Nov 2018 10:58:53 +0000

[arch/amd64] Fix list of object files

Change-Id: I2cc45e9ec12cca156ae5ad43ffbb49d305b1f90e

Diffstat:
March/amd64/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/amd64/Makefile b/arch/amd64/Makefile @@ -3,7 +3,7 @@ PROJECTDIR = ../.. include $(PROJECTDIR)/scripts/rules.mk ROMOBJS = crt-$(SYS).o arch.o rom.o $(DLANG) $(SRCDIR)/romfw/builtin.o -RAMOBJS = crt-$(SYS).o arch.o rom.o $(DLANG) $(SRCDIR)/ramfw/builtin.o +RAMOBJS = crt-$(SYS).o arch.o ram.o $(DLANG) $(SRCDIR)/ramfw/builtin.o TARGET = $(BINDIR)/romfw.elf $(BINDIR)/ramfw.elf LIBS = -lhdl -lrmu -lk -lc