summaryrefslogtreecommitdiffstats
path: root/src/makefile
diff options
context:
space:
mode:
authorAdam Muhle <armuhle@us.ibm.com>2011-08-08 09:58:58 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2011-08-08 11:27:45 -0500
commit0709fbac11be8a30710a34dad5af5f37449d7255 (patch)
tree6877bc87d355a153bf79304c0a85b978d8920dda /src/makefile
parentdf4b0117660700e195864b761dfe92dd3467c686 (diff)
downloadtalos-hostboot-0709fbac11be8a30710a34dad5af5f37449d7255.tar.gz
talos-hostboot-0709fbac11be8a30710a34dad5af5f37449d7255.zip
Create fakext "hello world" module to place in the extended image for
testing purposes. Change-Id: I4a79fbf50aa3871ee60dd58d85ccfd509fdf06f4 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/232 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Douglas R. Gilbert <dgilbert@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 5b4c95cfd..caa22a9d2 100644
--- a/src/makefile
+++ b/src/makefile
@@ -49,7 +49,7 @@ RELOCATABLE_IMAGE_LDFLAGS = -pie --export-dynamic
hbicore_OBJECTS = ${BASE_OBJECTS} ${DIRECT_BOOT_OBJECTS} ${STUB_TESTCASE_OBJECT}
hbicore_MODULES = ${BASE_MODULES} ${EXTENDED_MODULES} ${DIRECT_BOOT_MODULES}
-hbicore_EXTENDED_MODULES =
+hbicore_EXTENDED_MODULES = fakeext
hbicore_LIDNUMBER = 80f00100
hbicore_test_OBJECTS = ${BASE_OBJECTS} ${DIRECT_BOOT_OBJECTS}
OpenPOWER on IntegriCloud