diff options
Diffstat (limited to 'src/makefile')
-rw-r--r-- | src/makefile | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/src/makefile b/src/makefile index 517fcb9b3..ddd9dc6ca 100644 --- a/src/makefile +++ b/src/makefile @@ -49,21 +49,27 @@ BASE_MODULES = trace errl devicefw scom xscom initservice taskargs \ EXTENDED_MODULES = targeting ecmddatabuffer fapi hwp plat \ extinitsvc istepdisp hwas fsi fsiscom i2c intr \ - spd dmi_training + spd dmi_training fapiporeve poreve DIRECT_BOOT_MODULES = example RUNTIME_MODULES = + TESTCASE_MODULES = cxxtest testerrl testdevicefw testsyslib \ testscom testxscom testtargeting testinitservice testkernel \ testhwpf testecmddatabuffer initsvctasktest2 testcxxtest \ - testpnor testi2c testfsi testvfs testhwas testintr testspd + testpnor testi2c testfsi testvfs testhwas testintr testspd \ + testpore RELOCATABLE_IMAGE_LDFLAGS = -pie --export-dynamic hbicore_OBJECTS = ${BASE_OBJECTS} ${DIRECT_BOOT_OBJECTS} ${STUB_TESTCASE_OBJECT} hbicore_MODULES = ${BASE_MODULES} ${DIRECT_BOOT_MODULES} hbicore_EXTENDED_MODULES = ${EXTENDED_MODULES} -hbicore_DATA_MODULES = sample.if dimmspd.dat +#@todo - Temporary workaround +# The sbe_pnor.bin is manually built from CVS SBE procedure files in CVS then copy +# into HostBoot for now. HostBoot build team will have a process of building sbe_pnor +# image later. +hbicore_DATA_MODULES = sample.if dimmspd.dat sbe_pnor.bin hbicore_LIDNUMBER = 80f00100 |