mips: unbreak module builds after r357265
Touch opt_global.h to make sure it exists... Pointy hat: kevans
This commit is contained in:
parent
31fe1a2de1
commit
cae089e8ef
@ -9,8 +9,9 @@
|
||||
# (or should)
|
||||
.if !defined(KERNBUILDDIR)
|
||||
opt_global.h:
|
||||
touch ${.TARGET}
|
||||
.if ${MACHINE} != "mips"
|
||||
@echo "#define VIMAGE 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