diff options
Diffstat (limited to 'src/usr/ipmi/makefile')
-rw-r--r-- | src/usr/ipmi/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/ipmi/makefile b/src/usr/ipmi/makefile index 92cf4362b..730a340d5 100644 --- a/src/usr/ipmi/makefile +++ b/src/usr/ipmi/makefile @@ -31,6 +31,7 @@ OBJS += ipmirp.o OBJS += $(if $(CONFIG_BMC_BT_LPC_IPMI),ipmidd.o) OBJS += ipmiconfig.o OBJS += ipmisensor.o +OBJS += ipmiwatchdog.o #SUBDIRS += test.d |