Skip to content

Commit

Permalink
build: Add LOCALxx compile flags to static library targets
Browse files Browse the repository at this point in the history
    -Fix a problem with wrong include search paths in libfapi2_utils
      when building individual procedures.

    -Update linker rule to fix issue with shared library search path

Change-Id: Ibfed73bc32683397a38eae5e350106790d180d30
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41124
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Reviewed-by: Sumit Kumar <sumit_kumar@in.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41313
Reviewed-by: Hostboot Team <hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
fenkes-ibm authored and dcrowell77 committed Jun 6, 2017
1 parent 4cd9291 commit 430ea88
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/import/hwpf/fapi2/src/fapi2_utils.mk 100644 → 100755
Expand Up @@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
# Contributors Listed Below - COPYRIGHT 2016
# Contributors Listed Below - COPYRIGHT 2016,2017
# [+] International Business Machines Corp.
#
#
Expand All @@ -26,8 +26,9 @@ MODULE=fapi2_utils
$(call ADD_MODULE_SRCDIR,$(MODULE),$(GENPATH))
$(call ADD_MODULE_INCDIR,$(MODULE),$(GENPATH))
$(call ADD_MODULE_INCDIR,$(MODULE),$(FAPI2_PLAT_INCLUDE))
$(call ADD_MODULE_INCDIR,$(MODULE),$(ROOTPATH)/chips/p9/common/include)
OBJS+=fapi2_utils.o
OBJS+=fapi2_attribute_service.o
OBJS+=collect_reg_ffdc_regs.o
$(call ADD_MODULE_INCDIR,$(MODULE),$(ROOTPATH)/chips/p9/common/include/)
$(call ADD_MODULE_INCDIR,$(MODULE),$(ROOTPATH)/chips/centaur/common/include/)
$(call ADD_MODULE_OBJ,$(MODULE),fapi2_utils.o)
$(call ADD_MODULE_OBJ,$(MODULE),fapi2_attribute_service.o)
$(call ADD_MODULE_OBJ,$(MODULE),collect_reg_ffdc_regs.o)
$(call BUILD_MODULE)

0 comments on commit 430ea88

Please sign in to comment.