summaryrefslogtreecommitdiffstats
path: root/src/ppe
diff options
context:
space:
mode:
authorWilliam Bryan <wilbryan@us.ibm.com>2016-10-05 15:32:32 -0500
committerWilliam A. Bryan <wilbryan@us.ibm.com>2016-10-14 17:35:17 -0400
commit055aad1e072a479e2f7ab89f60e75ff2ad6c85d6 (patch)
tree3d41ad9da905f301dd9ed2a7d46d5e6391bb4f4b /src/ppe
parent5cca3dd9adc644ef8cb7bb251f6b43e85ba9f780 (diff)
downloadtalos-occ-055aad1e072a479e2f7ab89f60e75ff2ad6c85d6.tar.gz
talos-occ-055aad1e072a479e2f7ab89f60e75ff2ad6c85d6.zip
Sensor List Checking & Make Improvements
Change-Id: Id75021aeeb75c8d63b85e8a80bf09646b8bcf215 RTC:160341 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/30752 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Wael El-Essawy <welessa@us.ibm.com> Reviewed-by: Christopher J. Cain <cjcain@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com>
Diffstat (limited to 'src/ppe')
-rw-r--r--src/ppe/pk/gpe/Makefile4
-rw-r--r--src/ppe/pk/kernel/Makefile5
-rw-r--r--src/ppe/pk/ppe/Makefile4
-rw-r--r--src/ppe/pk/ppe42/Makefile4
-rw-r--r--src/ppe/pk/std/Makefile4
-rw-r--r--src/ppe/pk/trace/Makefile4
6 files changed, 13 insertions, 12 deletions
diff --git a/src/ppe/pk/gpe/Makefile b/src/ppe/pk/gpe/Makefile
index bee7ad8..4c36e1f 100644
--- a/src/ppe/pk/gpe/Makefile
+++ b/src/ppe/pk/gpe/Makefile
@@ -5,7 +5,7 @@
#
# OpenPOWER OnChipController Project
#
-# Contributors Listed Below - COPYRIGHT 2015
+# Contributors Listed Below - COPYRIGHT 2015,2016
# [+] International Business Machines Corp.
#
#
@@ -70,5 +70,5 @@ clean:
rm -fr $(OBJDIR)
ifneq ($(MAKECMDGOALS),clean)
-include $(OBJS:.o=.d)
+-include $(OBJS:.o=.d)
endif
diff --git a/src/ppe/pk/kernel/Makefile b/src/ppe/pk/kernel/Makefile
index d08930a..5e0fbc0 100644
--- a/src/ppe/pk/kernel/Makefile
+++ b/src/ppe/pk/kernel/Makefile
@@ -5,7 +5,7 @@
#
# OpenPOWER OnChipController Project
#
-# Contributors Listed Below - COPYRIGHT 2015
+# Contributors Listed Below - COPYRIGHT 2015,2016
# [+] International Business Machines Corp.
#
#
@@ -46,5 +46,6 @@ $(OBJDIR):
mkdir -p $(OBJDIR)
ifneq ($(MAKECMDGOALS),clean)
-include $(OBJS:.o=.d)
+-include $(OBJS:.o=.d)
endif
+
diff --git a/src/ppe/pk/ppe/Makefile b/src/ppe/pk/ppe/Makefile
index 51afc5c..943e1b3 100644
--- a/src/ppe/pk/ppe/Makefile
+++ b/src/ppe/pk/ppe/Makefile
@@ -5,7 +5,7 @@
#
# OpenPOWER OnChipController Project
#
-# Contributors Listed Below - COPYRIGHT 2015
+# Contributors Listed Below - COPYRIGHT 2015,2016
# [+] International Business Machines Corp.
#
#
@@ -70,5 +70,5 @@ clean:
rm -fr $(OBJDIR)
ifneq ($(MAKECMDGOALS),clean)
-include $(OBJS:.o=.d)
+-include $(OBJS:.o=.d)
endif
diff --git a/src/ppe/pk/ppe42/Makefile b/src/ppe/pk/ppe42/Makefile
index 8d7ce82..b6c5b69 100644
--- a/src/ppe/pk/ppe42/Makefile
+++ b/src/ppe/pk/ppe42/Makefile
@@ -5,7 +5,7 @@
#
# OpenPOWER OnChipController Project
#
-# Contributors Listed Below - COPYRIGHT 2015
+# Contributors Listed Below - COPYRIGHT 2015,2016
# [+] International Business Machines Corp.
#
#
@@ -46,5 +46,5 @@ $(OBJDIR):
mkdir -p $(OBJDIR)
ifneq ($(MAKECMDGOALS),clean)
-include $(OBJS:.o=.d)
+-include $(OBJS:.o=.d)
endif
diff --git a/src/ppe/pk/std/Makefile b/src/ppe/pk/std/Makefile
index 443430f..878d9ac 100644
--- a/src/ppe/pk/std/Makefile
+++ b/src/ppe/pk/std/Makefile
@@ -5,7 +5,7 @@
#
# OpenPOWER OnChipController Project
#
-# Contributors Listed Below - COPYRIGHT 2015
+# Contributors Listed Below - COPYRIGHT 2015,2016
# [+] International Business Machines Corp.
#
#
@@ -70,5 +70,5 @@ clean:
rm -fr $(OBJDIR)
ifneq ($(MAKECMDGOALS),clean)
-include $(OBJS:.o=.d)
+-include $(OBJS:.o=.d)
endif
diff --git a/src/ppe/pk/trace/Makefile b/src/ppe/pk/trace/Makefile
index 45f5a44..f4a721e 100644
--- a/src/ppe/pk/trace/Makefile
+++ b/src/ppe/pk/trace/Makefile
@@ -5,7 +5,7 @@
#
# OpenPOWER OnChipController Project
#
-# Contributors Listed Below - COPYRIGHT 2015
+# Contributors Listed Below - COPYRIGHT 2015,2016
# [+] International Business Machines Corp.
#
#
@@ -46,5 +46,5 @@ $(OBJDIR):
mkdir -p $(OBJDIR)
ifneq ($(MAKECMDGOALS),clean)
-include $(OBJS:.o=.d)
+-include $(OBJS:.o=.d)
endif
OpenPOWER on IntegriCloud