diff options
author | Mike Baiocchi <mbaiocch@us.ibm.com> | 2016-06-06 09:54:01 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-06-06 11:26:43 -0400 |
commit | 316efae763177df278d42590482fd8a00a56d63c (patch) | |
tree | 96129cf3c3e8f3e1f4ee28fa2e6868c4e65c9213 | |
parent | 140f5561bedb332c37ead282413a078114f0a637 (diff) | |
download | blackbird-hostboot-316efae763177df278d42590482fd8a00a56d63c.tar.gz blackbird-hostboot-316efae763177df278d42590482fd8a00a56d63c.zip |
Fix compile of attrTextToBinaryBlob
There was a recent ekb change where target_types.H needed to include
plat_target_filter.H, but the attrTextToBinaryBlob tool was not set
to look for this file in the correct include path. This commit
fixes this issue.
Change-Id: Ifdddb4481d289d58ae73af271d68b52bb36212d0
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25404
Tested-by: Jenkins Server
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
-rw-r--r-- | src/usr/targeting/attroverride/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/targeting/attroverride/makefile b/src/usr/targeting/attroverride/makefile index f2fa737df..73bbd309f 100644 --- a/src/usr/targeting/attroverride/makefile +++ b/src/usr/targeting/attroverride/makefile @@ -32,6 +32,7 @@ CODE_PASS_BODY += $(OUT_FILE) INC_DIRS += $(ROOTPATH)/src/usr/targeting/ INC_DIRS += $(GENDIR) INC_DIRS += $(ROOTPATH)/src/include/usr +INC_DIRS += $(ROOTPATH)/src/include/usr/fapi2 INC_DIRS += $(ROOTPATH)/src/import/hwpf/fapi2/include VPATH += $(ROOTPATH)/src/usr/pnor |