Define SMP for standalone module builds.

Suggested and reviewed by:	kevans
Differential Revision:	https://reviews.freebsd.org/D23519
This commit is contained in:
markj 2020-02-05 20:57:45 +00:00
parent a57c7349c3
commit f3c001537a

View File

@ -11,8 +11,9 @@
opt_global.h:
touch ${.TARGET}
.if ${MACHINE} != "mips"
@echo "#define VIMAGE 1" >> ${.TARGET}
@echo "#define SMP 1" >> ${.TARGET}
@echo "#define MAC 1" >> ${.TARGET}
@echo "#define VIMAGE 1" >> ${.TARGET}
.endif
opt_bpf.h:
echo "#define DEV_BPF 1" > ${.TARGET}