summaryrefslogtreecommitdiffstats
path: root/src/makefile
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2013-01-07 12:31:20 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-01-15 11:57:02 -0600
commitf0036f0c657e090d38b58b8cd95b4ddde1d55b33 (patch)
tree1601dc566fe7083603494a2b22d61fadf7fe5c03 /src/makefile
parenta84cc4b307526e9895747f2e78bb36c93582d796 (diff)
downloadtalos-hostboot-f0036f0c657e090d38b58b8cd95b4ddde1d55b33.tar.gz
talos-hostboot-f0036f0c657e090d38b58b8cd95b4ddde1d55b33.zip
Refactor VPD code to eliminate redundancies
After noticing some redundant code and some odd include gymnastics I pulled all of the VPD related code (spd,mvpd) into a single vpd directory/module/component. This should make the addition of the centaur fru vpd simpler as well. Note: this is part of Story 39177 but not all of it, merging this early to not hold up the work for Story 44009. Change-Id: I7637a94d22e188050403ed5600b2d7f304c3d006 RTC: 39177 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2863 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/makefile b/src/makefile
index b401632f7..16a181b79 100644
--- a/src/makefile
+++ b/src/makefile
@@ -51,9 +51,9 @@ BASE_MODULES = trace errl devicefw scom xscom initservice \
EXTENDED_MODULES = targeting ecmddatabuffer fapi hwp plat \
extinitsvc istepdisp hwas fsi fsiscom i2c intr scan \
- spd dmi_training fapiporeve poreve util tracedaemon \
+ vpd dmi_training fapiporeve poreve util tracedaemon \
sbe_centaur_init mc_config dram_training \
- mdia mbox mvpd prdf bus_training \
+ mdia mbox prdf bus_training \
activate_powerbus build_winkle_images \
core_activate dram_initialization edi_ei_initialization \
establish_system_smp \
@@ -63,8 +63,8 @@ EXTENDED_MODULES = targeting ecmddatabuffer fapi hwp plat \
TESTCASE_MODULES = cxxtest testtrace testerrl testdevicefw testsyslib \
testscom testxscom testtargeting testinitservice testkernel \
testhwpf testecmddatabuffer initsvctesttask testcxxtest \
- testpnor testi2c testfsi testvfs testhwas testintr testspd \
- testpore testutil testmbox testmdia testmvpd testprdf testattn \
+ testpnor testi2c testfsi testvfs testhwas testintr testvpd \
+ testpore testutil testmbox testmdia testprdf testattn \
testscan testruntime testibscom
RELOCATABLE_IMAGE_LDFLAGS = -pie --export-dynamic
OpenPOWER on IntegriCloud