Define SMP for standalone module builds.
Suggested and reviewed by: kevans Differential Revision: https://reviews.freebsd.org/D23519
This commit is contained in:
parent
f272c8de6e
commit
a4b3b53557
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user