summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/import/chips/centaur/procedures/hwp/perv/cen_arrayinit.mk5
-rw-r--r--src/import/chips/centaur/procedures/hwp/perv/cen_chiplet_init.mk5
-rw-r--r--src/import/chips/centaur/procedures/hwp/perv/cen_initf.mk6
-rw-r--r--src/import/chips/centaur/procedures/hwp/perv/cen_pll_initf.mk6
-rw-r--r--src/import/chips/centaur/procedures/hwp/perv/cen_pll_setup.mk5
-rw-r--r--src/import/chips/centaur/procedures/hwp/perv/cen_startclocks.mk5
-rw-r--r--src/import/chips/centaur/procedures/hwp/perv/cen_tp_arrayinit.mk5
-rw-r--r--src/import/chips/centaur/procedures/hwp/perv/cen_tp_chiplet_init2.mk5
-rw-r--r--src/import/chips/centaur/procedures/hwp/perv/cen_tp_chiplet_init3.mk5
9 files changed, 45 insertions, 2 deletions
diff --git a/src/import/chips/centaur/procedures/hwp/perv/cen_arrayinit.mk b/src/import/chips/centaur/procedures/hwp/perv/cen_arrayinit.mk
index f89b55be6..11a9b20b3 100644
--- a/src/import/chips/centaur/procedures/hwp/perv/cen_arrayinit.mk
+++ b/src/import/chips/centaur/procedures/hwp/perv/cen_arrayinit.mk
@@ -22,6 +22,11 @@
# permissions and limitations under the License.
#
# IBM_PROLOG_END_TAG
+
+# Common include macro for Centaur
+-include 01common.mk
+
PROCEDURE=cen_arrayinit
+$(eval $(call ADD_MEMORY_INCDIRS,$(PROCEDURE)))
OBJS+=cen_common_funcs.o
$(call BUILD_PROCEDURE)
diff --git a/src/import/chips/centaur/procedures/hwp/perv/cen_chiplet_init.mk b/src/import/chips/centaur/procedures/hwp/perv/cen_chiplet_init.mk
index 527dcd026..51d7208a7 100644
--- a/src/import/chips/centaur/procedures/hwp/perv/cen_chiplet_init.mk
+++ b/src/import/chips/centaur/procedures/hwp/perv/cen_chiplet_init.mk
@@ -22,6 +22,11 @@
# permissions and limitations under the License.
#
# IBM_PROLOG_END_TAG
+
+# Common include macro for Centaur
+-include 01common.mk
+
PROCEDURE=cen_chiplet_init
OBJS+=cen_common_funcs.o
+$(eval $(call ADD_MEMORY_INCDIRS,$(PROCEDURE)))
$(call BUILD_PROCEDURE)
diff --git a/src/import/chips/centaur/procedures/hwp/perv/cen_initf.mk b/src/import/chips/centaur/procedures/hwp/perv/cen_initf.mk
index d765d4519..0dd23ac3f 100644
--- a/src/import/chips/centaur/procedures/hwp/perv/cen_initf.mk
+++ b/src/import/chips/centaur/procedures/hwp/perv/cen_initf.mk
@@ -22,6 +22,10 @@
# permissions and limitations under the License.
#
# IBM_PROLOG_END_TAG
+
+# Common include macro for Centaur
+-include 01common.mk
+
PROCEDURE=cen_initf
-$(call ADD_MODULE_INCDIR,$(PROCEDURE),$(ROOTPATH)/chips/centaur/procedures/hwp/initfiles)
+$(eval $(call ADD_MEMORY_INCDIRS,$(PROCEDURE)))
$(call BUILD_PROCEDURE)
diff --git a/src/import/chips/centaur/procedures/hwp/perv/cen_pll_initf.mk b/src/import/chips/centaur/procedures/hwp/perv/cen_pll_initf.mk
index 64ec32bda..d168ebeff 100644
--- a/src/import/chips/centaur/procedures/hwp/perv/cen_pll_initf.mk
+++ b/src/import/chips/centaur/procedures/hwp/perv/cen_pll_initf.mk
@@ -22,6 +22,10 @@
# permissions and limitations under the License.
#
# IBM_PROLOG_END_TAG
+
+# Common include macro for Centaur
+-include 01common.mk
+
PROCEDURE=cen_pll_initf
-$(call ADD_MODULE_INCDIR,$(PROCEDURE),$(ROOTPATH)/chips/centaur/procedures/hwp/initfiles)
+$(eval $(call ADD_MEMORY_INCDIRS,$(PROCEDURE)))
$(call BUILD_PROCEDURE)
diff --git a/src/import/chips/centaur/procedures/hwp/perv/cen_pll_setup.mk b/src/import/chips/centaur/procedures/hwp/perv/cen_pll_setup.mk
index 8982d2e08..ea7684a1d 100644
--- a/src/import/chips/centaur/procedures/hwp/perv/cen_pll_setup.mk
+++ b/src/import/chips/centaur/procedures/hwp/perv/cen_pll_setup.mk
@@ -22,5 +22,10 @@
# permissions and limitations under the License.
#
# IBM_PROLOG_END_TAG
+
+# Common include macro for Centaur
+-include 01common.mk
+
PROCEDURE=cen_pll_setup
+$(eval $(call ADD_MEMORY_INCDIRS,$(PROCEDURE)))
$(call BUILD_PROCEDURE)
diff --git a/src/import/chips/centaur/procedures/hwp/perv/cen_startclocks.mk b/src/import/chips/centaur/procedures/hwp/perv/cen_startclocks.mk
index 03e1e5846..588fadbfc 100644
--- a/src/import/chips/centaur/procedures/hwp/perv/cen_startclocks.mk
+++ b/src/import/chips/centaur/procedures/hwp/perv/cen_startclocks.mk
@@ -22,6 +22,11 @@
# permissions and limitations under the License.
#
# IBM_PROLOG_END_TAG
+
+# Common include macro for Centaur
+-include 01common.mk
+
PROCEDURE=cen_startclocks
OBJS+=cen_common_funcs.o
+$(eval $(call ADD_MEMORY_INCDIRS,$(PROCEDURE)))
$(call BUILD_PROCEDURE)
diff --git a/src/import/chips/centaur/procedures/hwp/perv/cen_tp_arrayinit.mk b/src/import/chips/centaur/procedures/hwp/perv/cen_tp_arrayinit.mk
index 8de9bff20..534eaf22d 100644
--- a/src/import/chips/centaur/procedures/hwp/perv/cen_tp_arrayinit.mk
+++ b/src/import/chips/centaur/procedures/hwp/perv/cen_tp_arrayinit.mk
@@ -22,6 +22,11 @@
# permissions and limitations under the License.
#
# IBM_PROLOG_END_TAG
+
+# Common include macro for Centaur
+-include 01common.mk
+
PROCEDURE=cen_tp_arrayinit
OBJS+=cen_common_funcs.o
+$(eval $(call ADD_MEMORY_INCDIRS,$(PROCEDURE)))
$(call BUILD_PROCEDURE)
diff --git a/src/import/chips/centaur/procedures/hwp/perv/cen_tp_chiplet_init2.mk b/src/import/chips/centaur/procedures/hwp/perv/cen_tp_chiplet_init2.mk
index b4c53f8a0..e6b270ca8 100644
--- a/src/import/chips/centaur/procedures/hwp/perv/cen_tp_chiplet_init2.mk
+++ b/src/import/chips/centaur/procedures/hwp/perv/cen_tp_chiplet_init2.mk
@@ -22,6 +22,11 @@
# permissions and limitations under the License.
#
# IBM_PROLOG_END_TAG
+
+# Common include macro for Centaur
+-include 01common.mk
+
PROCEDURE=cen_tp_chiplet_init2
OBJS+=cen_common_funcs.o
+$(eval $(call ADD_MEMORY_INCDIRS,$(PROCEDURE)))
$(call BUILD_PROCEDURE)
diff --git a/src/import/chips/centaur/procedures/hwp/perv/cen_tp_chiplet_init3.mk b/src/import/chips/centaur/procedures/hwp/perv/cen_tp_chiplet_init3.mk
index fa004d88c..1872cfc75 100644
--- a/src/import/chips/centaur/procedures/hwp/perv/cen_tp_chiplet_init3.mk
+++ b/src/import/chips/centaur/procedures/hwp/perv/cen_tp_chiplet_init3.mk
@@ -22,5 +22,10 @@
# permissions and limitations under the License.
#
# IBM_PROLOG_END_TAG
+
+# Common include macro for Centaur
+-include 01common.mk
+
PROCEDURE=cen_tp_chiplet_init3
+$(eval $(call ADD_MEMORY_INCDIRS,$(PROCEDURE)))
$(call BUILD_PROCEDURE)
OpenPOWER on IntegriCloud