summaryrefslogtreecommitdiffstats
path: root/src/makefile
diff options
context:
space:
mode:
authorAndrew Geissler <andrewg@us.ibm.com>2011-10-26 15:13:23 -0500
committerAndrew J. Geissler <andrewg@us.ibm.com>2011-11-01 07:38:46 -0500
commitbeb8da45e9ad11796185bfb99f47fce35a090f9e (patch)
tree28fce8583e987a2c61c631347174ef8c446557be /src/makefile
parent80614655c4e9842e00d13ed0ad30fa23b3402f62 (diff)
downloadtalos-hostboot-beb8da45e9ad11796185bfb99f47fce35a090f9e.tar.gz
talos-hostboot-beb8da45e9ad11796185bfb99f47fce35a090f9e.zip
Initfile compile support
- Code review comments - Second round of code review comments - Fix for compiler failure due to last code review comments Change-Id: Ic4356297a710e1bf1733b86dc47f459ee9c1533f Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/463 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile
index 0cbcc9440..bfd6a8d60 100644
--- a/src/makefile
+++ b/src/makefile
@@ -62,7 +62,7 @@ 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 =
+hbicore_DATA_MODULES = sample.if
hbicore_LIDNUMBER = 80f00100
OpenPOWER on IntegriCloud