diff options
Diffstat (limited to 'src/usr/hwpf/plat/makefile')
-rw-r--r-- | src/usr/hwpf/plat/makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/usr/hwpf/plat/makefile b/src/usr/hwpf/plat/makefile index 5fd92402a..1056e9ecd 100644 --- a/src/usr/hwpf/plat/makefile +++ b/src/usr/hwpf/plat/makefile @@ -35,6 +35,8 @@ OBJS = fapiPlatHwAccess.o \ fapiPlatTarget.o \ fapiPlatUtil.o \ fapiPlatAttributeService.o \ - fapiMvpdAccess.o + fapiMvpdAccess.o \ + fapiPlatTask.o \ + fapiPlatAttrOverrideDirect.o include ${ROOTPATH}/config.mk |