mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 06:15:33 -04:00
We only want to produce syscall.mk for the main syscall table so default
to not producing it (send it to /dev/null) and add a syscalls.conf to
sys/kern to trigger the creation of sys/sys/syscall.mk. This eliminates
the need for entries in other syscalls.conf files and is a cleaner
pattern going forward.
Reviewed by: kevans, imp
Differential Revision: https://reviews.freebsd.org/D42663
(cherry picked from commit 54d487c4d0)
10 lines
280 B
Text
10 lines
280 B
Text
sysnames="linux32_syscalls.c"
|
|
sysproto="linux32_proto.h"
|
|
sysproto_h=_LINUX32_SYSPROTO_H_
|
|
syshdr="linux32_syscall.h"
|
|
syssw="linux32_sysent.c"
|
|
syscallprefix="LINUX32_SYS_"
|
|
switchname="linux32_sysent"
|
|
namesname="linux32_syscallnames"
|
|
systrace="linux32_systrace_args.c"
|
|
compat_set=""
|