summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/makefile
diff options
context:
space:
mode:
authorAndres Lugo-Reyes <aalugore@us.ibm.com>2015-02-04 09:18:51 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-02-10 15:33:40 -0600
commit44fde6512e834ea8f5071299ca99b35973c0f979 (patch)
treef4f343181ed81db2144cf2c0a9c79591c1af4188 /src/usr/targeting/makefile
parentf64edce55aaf65b251244f1ca9ed337c0e5ccf46 (diff)
downloadtalos-hostboot-44fde6512e834ea8f5071299ca99b35973c0f979.tar.gz
talos-hostboot-44fde6512e834ea8f5071299ca99b35973c0f979.zip
Fix initial circular dependency for override tool
Change-Id: I920168be5bd82f210887752088bbac999c7f3eb7 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15555 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/makefile')
-rw-r--r--src/usr/targeting/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/targeting/makefile b/src/usr/targeting/makefile
index 36b1d98a1..2fd5a204d 100644
--- a/src/usr/targeting/makefile
+++ b/src/usr/targeting/makefile
@@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2011,2014
+# Contributors Listed Below - COPYRIGHT 2011,2015
# [+] International Business Machines Corp.
#
#
@@ -65,6 +65,7 @@ OBJS += ${HOSTBOOT_SPECIFIC_OBJS}
SUBDIRS += test.d
SUBDIRS += xmltohb.d
SUBDIRS += runtime.d
+SUBDIRS += attroverride.d
include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud