diff options
Diffstat (limited to 'src/usr/errl/runtime')
-rw-r--r-- | src/usr/errl/runtime/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/errl/runtime/makefile b/src/usr/errl/runtime/makefile index 14212597f..c80c9fdaa 100644 --- a/src/usr/errl/runtime/makefile +++ b/src/usr/errl/runtime/makefile @@ -33,7 +33,7 @@ VPATH += ${ROOTPATH}/src/usr/hwas/common OBJS += rt_errlmanager.o OBJS += rt_vfs.o -OBJS += $(if $(CONFIG_BMC_IPMI),hwasCallout.o) +OBJS += hwasCallout.o SUBDIRS += test.d |