summaryrefslogtreecommitdiffstats
path: root/src/usr/hwas/makefile
diff options
context:
space:
mode:
authorBrian Horton <brianh@linux.ibm.com>2012-03-14 15:20:55 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-04-05 08:12:31 -0500
commitd26e75088c24cdf95e02575b0d172068cdb1a58b (patch)
treefdce985cc154c767aed76503e73bffbad3ed8e5c /src/usr/hwas/makefile
parent3f745dd4998f42e82fecadd4bcdd7e5662ad6b01 (diff)
downloadtalos-hostboot-d26e75088c24cdf95e02575b0d172068cdb1a58b.tar.gz
talos-hostboot-d26e75088c24cdf95e02575b0d172068cdb1a58b.zip
Updates to HWAS code: istep 6, presence detect logic
. remove hwas functions in istep 4.* . add new hwas functions to istep 6.* as per 0.99 ipl flow . split hwas into common and platform specific layers for hostboot/fsp sharing . add presence detect logic . add chip id/ec logic, including ATTR_CHIP_ID (Story 35542) Change-Id: I436fe54b1a7f7547cbc9e19beda2d47105c11871 RTC: 35777 RTC: 35542 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/800 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwas/makefile')
-rw-r--r--src/usr/hwas/makefile17
1 files changed, 11 insertions, 6 deletions
diff --git a/src/usr/hwas/makefile b/src/usr/hwas/makefile
index fa5cb6118..1c7223a9e 100644
--- a/src/usr/hwas/makefile
+++ b/src/usr/hwas/makefile
@@ -20,17 +20,22 @@
# Origin: 30
#
# IBM_PROLOG_END
+
ROOTPATH = ../../..
-EXTRAINCDIR += ${ROOTPATH}/src/include/usr/ecmddatabuffer
-EXTRAINCDIR += ${ROOTPATH}/src/include/usr/hwpf/fapi
-EXTRAINCDIR += ${ROOTPATH}/src/include/usr/hwpf/plat
-EXTRAINCDIR += ${ROOTPATH}/src/include/usr/hwpf/hwp
+EXTRAINCDIR += ${ROOTPATH}/src/include/usr/hwas
+EXTRAINCDIR += ${ROOTPATH}/src/include/usr/hwas/plat
+
+VPATH += ${ROOTPATH}/src/usr/hwas/plat
MODULE = hwas
-OBJS = hwas.o deconfigGard.o testHWP.o
+# files in this directory
+OBJS = hwas.o deconfigGard.o
+
+# files in hwas/plat
+OBJS += hwasPlat.o hostbootIstep.o
-SUBDIRS=test.d
+SUBDIRS = test.d
include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud