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