diff options
Diffstat (limited to 'src/usr/diag/prdf/plugins')
-rw-r--r-- | src/usr/diag/prdf/plugins/makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/usr/diag/prdf/plugins/makefile b/src/usr/diag/prdf/plugins/makefile index 7919a50dc..aaa396319 100644 --- a/src/usr/diag/prdf/plugins/makefile +++ b/src/usr/diag/prdf/plugins/makefile @@ -5,7 +5,7 @@ # # OpenPOWER HostBoot Project # -# Contributors Listed Below - COPYRIGHT 2013,2017 +# Contributors Listed Below - COPYRIGHT 2013,2018 # [+] International Business Machines Corp. # # @@ -24,6 +24,9 @@ # IBM_PROLOG_END_TAG INCFLAGS += -I. -I.. +INCFLAGS += -I../../../../../../src/hwsv/server/import/chips/p9/procedures/hwp/pm +INCFLAGS += -I../../../../../../src/hwsv/server/import/chips/p9/procedures/hwp/lib +INCFLAGS += -I../../../../../../src/hwsv/server/import/chips/p9/common/include CFLAGS += -DPRDF_HOSTBOOT_ERRL_PLUGIN |