summaryrefslogtreecommitdiffstats
path: root/src/usr/hwas/makefile
diff options
context:
space:
mode:
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