mirror of
https://git.freebsd.org/src.git
synced 2026-01-12 06:54:03 +00:00
tools.build: also add sys/_visible.h to SYSINCS
Some checks are pending
Cross-build Kernel / amd64 ubuntu-22.04 (clang-15) (push) Waiting to run
Cross-build Kernel / aarch64 ubuntu-22.04 (clang-15) (push) Waiting to run
Cross-build Kernel / amd64 ubuntu-24.04 (clang-18) (push) Waiting to run
Cross-build Kernel / aarch64 ubuntu-24.04 (clang-18) (push) Waiting to run
Cross-build Kernel / amd64 macos-latest (clang-18) (push) Waiting to run
Cross-build Kernel / aarch64 macos-latest (clang-18) (push) Waiting to run
Some checks are pending
Cross-build Kernel / amd64 ubuntu-22.04 (clang-15) (push) Waiting to run
Cross-build Kernel / aarch64 ubuntu-22.04 (clang-15) (push) Waiting to run
Cross-build Kernel / amd64 ubuntu-24.04 (clang-18) (push) Waiting to run
Cross-build Kernel / aarch64 ubuntu-24.04 (clang-18) (push) Waiting to run
Cross-build Kernel / amd64 macos-latest (clang-18) (push) Waiting to run
Cross-build Kernel / aarch64 macos-latest (clang-18) (push) Waiting to run
This is needed since sys/cdefs.h includes sys/_visible.h.
Reported by: kib
Fixes: 1c9ff80f06
MFC after: 3 days
This commit is contained in:
parent
939ac0c8fd
commit
086bedb11a
1 changed files with 1 additions and 0 deletions
|
|
@ -353,6 +353,7 @@ DISKINCS+= ${SRCTOP}/sys/sys/disk/bsd.h
|
|||
|
||||
# Needed to build most of the things below, which include sys/cdefs.h either
|
||||
# directly or transitively
|
||||
SYSINCS+= ${SRCTOP}/sys/sys/_visible.h
|
||||
SYSINCS+= ${SRCTOP}/sys/sys/cdefs.h
|
||||
|
||||
# Needed to build config (since it uses libnv)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue