From 316efae763177df278d42590482fd8a00a56d63c Mon Sep 17 00:00:00 2001 From: Mike Baiocchi Date: Mon, 6 Jun 2016 09:54:01 -0500 Subject: 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 --- src/usr/targeting/attroverride/makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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 -- cgit v1.2.3