diff options
author | Sachin Gupta <sgupta2m@in.ibm.com> | 2018-01-28 23:49:22 -0600 |
---|---|---|
committer | Sachin Gupta <sgupta2m@in.ibm.com> | 2018-01-30 05:34:43 -0500 |
commit | 3c633a6c2cd626dafef63f40bfd611016b05ecc7 (patch) | |
tree | 4b71baea3b7f5aa6cf2655452dd1763fc4905808 /src/build/import_hwp_mk/power/istep4 | |
parent | 6995522a60cb882f228b061db41ab6438fac8a8b (diff) | |
download | talos-sbe-3c633a6c2cd626dafef63f40bfd611016b05ecc7.tar.gz talos-sbe-3c633a6c2cd626dafef63f40bfd611016b05ecc7.zip |
Cleanup as DD1 is not supported anymore
Change-Id: I57580a088ffc62cc678b32d8d0779d992df6d76a
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/52763
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: RAJA DAS <rajadas2@in.ibm.com>
Reviewed-by: Shakeeb A. Pasha B K <shakeebbk@in.ibm.com>
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src/build/import_hwp_mk/power/istep4')
-rw-r--r-- | src/build/import_hwp_mk/power/istep4/Makefile | 5 | ||||
-rw-r--r-- | src/build/import_hwp_mk/power/istep4/istep4files.mk | 3 |
2 files changed, 2 insertions, 6 deletions
diff --git a/src/build/import_hwp_mk/power/istep4/Makefile b/src/build/import_hwp_mk/power/istep4/Makefile index 80ea200f..72cc7436 100644 --- a/src/build/import_hwp_mk/power/istep4/Makefile +++ b/src/build/import_hwp_mk/power/istep4/Makefile @@ -6,6 +6,7 @@ # OpenPOWER sbe Project # # Contributors Listed Below - COPYRIGHT 2016,2018 +# [+] International Business Machines Corp. # # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -32,10 +33,6 @@ include istep4files.mk export VPATH = $(PERV_SRCDIR):$(NEST_SRCDIR):$(CACHE_SRCDIR):$(CORE_SRCDIR):$(PM_SRCDIR):$(INITFILES_SRCDIR):$(LIB_SRCDIR):$(HWPLIB_SRCDIR):$(HWPFFDC_SRCDIR) -ifneq ($(ddlevel), DD2) -GCC-CFLAGS += -mlongcall -endif - OBJSISTEP4 := $(addprefix $(OBJDIR-ISTEP4)/, $(ISTEP4_OBJECTS)) .PHONY: clean istep4 diff --git a/src/build/import_hwp_mk/power/istep4/istep4files.mk b/src/build/import_hwp_mk/power/istep4/istep4files.mk index 273950db..6b4efe27 100644 --- a/src/build/import_hwp_mk/power/istep4/istep4files.mk +++ b/src/build/import_hwp_mk/power/istep4/istep4files.mk @@ -6,6 +6,7 @@ # OpenPOWER sbe Project # # Contributors Listed Below - COPYRIGHT 2016,2018 +# [+] International Business Machines Corp. # # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -60,12 +61,10 @@ ISTEP4-CPP-SOURCES +=p9_ncu_scom.C ISTEP4-CPP-SOURCES +=p9_l2_scom.C ISTEP4-CPP-SOURCES +=p9_l3_scom.C ISTEP4-CPP-SOURCES +=p9_common_poweronoff.C -ifeq ($(ddlevel), DD2) ISTEP4-CPP-SOURCES +=p9_eq_clear_atomic_lock.C ISTEP4-CPP-SOURCES +=p9_collect_deadman_ffdc.C ISTEP4-CPP-SOURCES +=p9_sbe_ppe_ffdc.C ISTEP4-CPP-SOURCES +=p9_sbe_ppe_utils.C -endif ISTEP4-CPP-SOURCES +=p9_sbe_check_master_stop15.C ISTEP4-C-SOURCES = ISTEP4-S-SOURCES = |