diff options
| author | Prachi Gupta <pragupta@us.ibm.com> | 2015-10-14 13:23:26 -0500 |
|---|---|---|
| committer | Patrick Williams <iawillia@us.ibm.com> | 2015-12-11 15:30:26 -0600 |
| commit | a4ccd3d722669446c136632b6b501c0748ca3be3 (patch) | |
| tree | 8721885a550276781b44cf52f896d468995293bd /src/usr/hwpf/hwp/makefile | |
| parent | 3187da27c464de6422ecb1bc12a085fc5b31f610 (diff) | |
| download | blackbird-hostboot-a4ccd3d722669446c136632b6b501c0748ca3be3.tar.gz blackbird-hostboot-a4ccd3d722669446c136632b6b501c0748ca3be3.zip | |
P9 Isteps: Created directory structure for istep 6/7 wrappers
Change-Id: I8ac216444270b1ea5a2fd550f4e1ea8861de7c4d
RTC:137652
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/21458
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/makefile')
| -rw-r--r-- | src/usr/hwpf/hwp/makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/usr/hwpf/hwp/makefile b/src/usr/hwpf/hwp/makefile index 823faac1c..15d759cd0 100644 --- a/src/usr/hwpf/hwp/makefile +++ b/src/usr/hwpf/hwp/makefile @@ -33,12 +33,14 @@ include hwp.mk OBJS += fapiTestHwp.o OBJS += fapiTestHwpDq.o OBJS += fapiHwpExecInitFile.o -OBJS += hwpisteperror.o -OBJS += hwpistepud.o + +#Temporarily compiling these here to avoid linker errors +#This file will eventually be deleted when we delete hwpf/ +OBJS += ../isteps/hwpisteperror.o +OBJS += ../isteps/hwpistepud.o SUBDIRS += dmi_training.d SUBDIRS += sbe_centaur_init.d -SUBDIRS += mc_config.d SUBDIRS += dram_training.d SUBDIRS += activate_powerbus.d SUBDIRS += build_winkle_images.d |

