diff options
Diffstat (limited to 'src/usr/htmgt/htmgt_common.mk')
-rw-r--r-- | src/usr/htmgt/htmgt_common.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/usr/htmgt/htmgt_common.mk b/src/usr/htmgt/htmgt_common.mk index 38ad4db39..5b33c6097 100644 --- a/src/usr/htmgt/htmgt_common.mk +++ b/src/usr/htmgt/htmgt_common.mk @@ -30,8 +30,10 @@ OBJS += htmgt_occcmd.o OBJS += htmgt_poll.o OBJS += htmgt_utility.o OBJS += htmgt_cfgdata.o +OBJS += occError.o 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/usr/hwpf/hwp/mc_config/mss_eff_config |