summaryrefslogtreecommitdiffstats
path: root/src/usr/hwas/makefile
diff options
context:
space:
mode:
authorMark Wenning <wenning@us.ibm.com>2011-10-25 14:23:23 -0500
committerMark W. Wenning <wenning@us.ibm.com>2011-10-26 11:46:13 -0500
commit35a8280b204334d8976faa63a8a79e3630017e86 (patch)
tree29edc2c98249489380e7d29459600101ba787413 /src/usr/hwas/makefile
parent446e41da2bde65a199853230e235b0ffa631b0a8 (diff)
downloadtalos-hostboot-35a8280b204334d8976faa63a8a79e3630017e86.tar.gz
talos-hostboot-35a8280b204334d8976faa63a8a79e3630017e86.zip
Move testHWP to the last substep of HWAS (ISTEP 4)
- fix istep numbering, thanks Dan - remove src/usr/isteps dir Change-Id: I9420b7bddf6f9237045cecf888f01b37afa2df0e Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/459 Tested-by: Jenkins Server Reviewed-by: CAMVAN T. NGUYEN <ctnguyen@us.ibm.com>
Diffstat (limited to 'src/usr/hwas/makefile')
-rw-r--r--src/usr/hwas/makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/usr/hwas/makefile b/src/usr/hwas/makefile
index c4a596500..2542f0c39 100644
--- a/src/usr/hwas/makefile
+++ b/src/usr/hwas/makefile
@@ -21,9 +21,15 @@
#
# 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
+
MODULE = hwas
-OBJS = hwas.o
+OBJS = hwas.o testHWP.o
SUBDIRS=test.d
OpenPOWER on IntegriCloud