From 11ea7375f50c8e426e85ebdb4c2d9b67b8ecbb27 Mon Sep 17 00:00:00 2001 From: Dan Crowell Date: Thu, 11 Aug 2011 08:52:25 -0500 Subject: Implementing FSI driver -Initial work for FSI Device Driver (Story 3334) -Read/Write interface (Story 3550) Code is capable of basic read and write operations provided that the Simics models are updated Note: contains early work for FSI Initialization that should be ignored for now Change-Id: I08e795422de127b62c2d1629d7a4e0f12b21e348 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/287 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell --- src/makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src/makefile') diff --git a/src/makefile b/src/makefile index e7db13c28..3da1fab21 100644 --- a/src/makefile +++ b/src/makefile @@ -43,15 +43,18 @@ DIRECT_BOOT_OBJECTS = start.o kernel.o taskmgr.o cpumgr.o syscall.o \ RUNTIME_OBJECTS = -BASE_MODULES = trace errl devicefw scom xscom initservice taskargs pnor vfs i2c +BASE_MODULES = trace errl devicefw scom xscom initservice taskargs pnor i2c \ + fsi vfs + EXTENDED_MODULES = targeting ecmddatabuffer hwpf fapi hwp plat \ - extinitsvc istepdisp isteps + extinitsvc istepdisp isteps + DIRECT_BOOT_MODULES = example RUNTIME_MODULES = TESTCASE_MODULES = cxxtest testerrl testdevicefw testsyslib \ testscom testxscom testtargeting testinitservice testkernel \ testhwpf testecmddatabuffer initsvctasktest2 testcxxtest \ - testpnor testi2c + testpnor testi2c testfsi RELOCATABLE_IMAGE_LDFLAGS = -pie --export-dynamic -- cgit v1.2.1