diff options
author | Matt Ploetz <maploetz@us.ibm.com> | 2015-05-14 16:10:56 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2015-06-08 13:31:53 -0500 |
commit | 034f664661851bd5b4983b171e532d2a447b56b0 (patch) | |
tree | 34a7c579ba86ec241c940c97ea888bdbcd202341 /src/makefile | |
parent | f357d8e37cdff5b0ca7730e4911c93879a3cccdb (diff) | |
download | blackbird-hostboot-034f664661851bd5b4983b171e532d2a447b56b0.tar.gz blackbird-hostboot-034f664661851bd5b4983b171e532d2a447b56b0.zip |
Add p8.npu.scom.initfile to needed makefiles
Change-Id: Ica6d96ffaeff69fd742af724b0baf1cc56530e52
RTC: 109249
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/17791
Tested-by: Jenkins Server
Reviewed-by: WILLIAM G. HOFFA <wghoffa@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/makefile')
-rw-r--r-- | src/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile b/src/makefile index 6fdb8c6e6..8fcdac8c5 100644 --- a/src/makefile +++ b/src/makefile @@ -288,6 +288,7 @@ hbicore_DATA_MODULES += p8.psi.scom.if hbicore_DATA_MODULES += p8.tpbridge.scom.if hbicore_DATA_MODULES += p8.cxa.scom.if hbicore_DATA_MODULES += p8.a_x_pci_dmi_fir.scom.if +hbicore_DATA_MODULES += p8.npu.scom.if hbicore_test_OBJECTS += ${hbicore_OBJECTS} hbicore_test_MODULES += ${hbicore_MODULES} |