Unbreak the build for some modules that depend on -std flags to be passed
through via CFLAGS, as noted by Jenkins when building sparc64 by re-adding bsd.sys.mk to bsd.kmod.mk: https://jenkins.freebsd.org/job/FreeBSD_HEAD_sparc64/225/changes Tested with: % cd /sys/modules/bce; make obj; make depend; make all
This commit is contained in:
parent
ab4c2818f2
commit
bc5c3aad41
@ -13,3 +13,5 @@ SYSDIR= ${_dir}
|
||||
.endif
|
||||
|
||||
.include "${SYSDIR}/conf/kmod.mk"
|
||||
|
||||
.include <bsd.sys.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user