diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2020-10-19 20:43:29 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2020-10-19 20:43:29 +0000 |
| commit | 2c19e8ed900f96a10f72f402a703f8203a63445c (patch) | |
| tree | 88684ba05ff5c8f7abab72c13f421328c4bfa4df /sys/modules/vmware/Makefile | |
| parent | bd0e0447cb89d4f14dd9cbf138b155016bf39f1e (diff) | |
Notes
Diffstat (limited to 'sys/modules/vmware/Makefile')
| -rw-r--r-- | sys/modules/vmware/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/modules/vmware/Makefile b/sys/modules/vmware/Makefile index 02442eb96bc4..a7902a1b0880 100644 --- a/sys/modules/vmware/Makefile +++ b/sys/modules/vmware/Makefile @@ -23,6 +23,8 @@ # SUCH DAMAGE. # -SUBDIR= pvscsi vmci vmxnet3 - +SUBDIR= pvscsi vmxnet3 +.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386" +SUBDIR+= vmci +.endif .include <bsd.subdir.mk> |
