summaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorAndrew Geissler <andrewg@us.ibm.com>2011-05-09 14:51:09 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2011-05-16 16:49:41 -0500
commit0ec3f482259bdcc1867fb884eb89a4c0c5fc026d (patch)
tree23ae2abc22750e836c0c7179958437837f4d8fef /config.mk
parent038fb97fb799935574a62821fa3eab7ef8ccc14c (diff)
downloadtalos-hostboot-0ec3f482259bdcc1867fb884eb89a4c0c5fc026d.tar.gz
talos-hostboot-0ec3f482259bdcc1867fb884eb89a4c0c5fc026d.zip
Initial trace support for host boot
Change-Id: Ib2450ae3d32549673ca8e1c814a7a11b5f1a0c09 Reviewed-on: http://gfwr801.rchland.ibm.com:8080/gerrit/69 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index e24b30e3a..721dd71c6 100644
--- a/config.mk
+++ b/config.mk
@@ -98,7 +98,7 @@ ${OBJDIR}/%.dep : %.S
rm -f $@.$$$$
ifdef MODULE
-${IMGDIR}/%.so : ${OBJECTS} ${ROOTPATH}/src/module.ld ${MODULE_INIT} ${SUBDIRS}
+${IMGDIR}/%.so : ${OBJECTS} ${ROOTPATH}/src/module.ld ${MODULE_INIT}
${LD} -shared -z now ${LDFLAGS} \
$(filter-out ${ROOTPATH}/src/module.ld,$^) \
-T ${ROOTPATH}/src/module.ld -o $@
OpenPOWER on IntegriCloud