summaryrefslogtreecommitdiffstats
path: root/src/makefile
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2011-08-11 08:52:25 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2011-09-06 12:31:55 -0500
commit11ea7375f50c8e426e85ebdb4c2d9b67b8ecbb27 (patch)
treec26b58eee2d836827e2371d2f8a4ab2ff2299159 /src/makefile
parentf093b902e49a0ee46d232cd196ec48f88f801735 (diff)
downloadtalos-hostboot-11ea7375f50c8e426e85ebdb4c2d9b67b8ecbb27.tar.gz
talos-hostboot-11ea7375f50c8e426e85ebdb4c2d9b67b8ecbb27.zip
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 <dcrowell@us.ibm.com>
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile9
1 files changed, 6 insertions, 3 deletions
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
OpenPOWER on IntegriCloud