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/makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/usr/hwas/makefile b/src/usr/hwas/makefile
index b66dec03d..86a59e347 100644
--- a/src/usr/hwas/makefile
+++ b/src/usr/hwas/makefile
@@ -42,12 +42,16 @@ VPATH += ${ROOTPATH}/src/usr/hwas/common
MODULE = hwas
# files in hwas/common directory
-OBJS = hwas.o hwasCallout.o deconfigGard.o
+OBJS += hwas.o
+OBJS += hwasCallout.o
+OBJS += deconfigGard.o
# files in this directory
-OBJS += hwasPlat.o hostbootIstep.o \
- hwasPlatError.o hwasPlatCallout.o \
- hwasPlatDeconfigGard.o
+OBJS += hwasPlat.o
+OBJS += hostbootIstep.o
+OBJS += hwasPlatError.o
+OBJS += hwasPlatCallout.o
+OBJS += hwasPlatDeconfigGard.o
SUBDIRS = test.d
OpenPOWER on IntegriCloud