NetBSD/sys/compat/ibcs2/files.ibcs2
ad 92ce8c6a3d Make the emulations, exec formats, coredump, NFS, and the NFS server
into modules. By and large this commit:

- shuffles header files and ifdefs
- splits code out where necessary to be modular
- adds module glue for each of the components
- adds/replaces hooks for things that can be installed at runtime
2008-11-19 18:35:57 +00:00

25 lines
998 B
Plaintext

# $NetBSD: files.ibcs2,v 1.9 2008/11/19 18:36:02 ad Exp $
#
# Config file description for machine-independent IBCS-2 compat code.
# Included by ports that need it.
# ports should define any machine-specific files they need in their
# own file lists.
file compat/ibcs2/ibcs2_errno.c compat_ibcs2
file compat/ibcs2/ibcs2_exec.c compat_ibcs2
file compat/ibcs2/ibcs2_exec_coff.c compat_ibcs2
file compat/ibcs2/ibcs2_exec_elf32.c compat_ibcs2 & exec_elf32
file compat/ibcs2/ibcs2_exec_xout.c compat_ibcs2
file compat/ibcs2/ibcs2_fcntl.c compat_ibcs2
file compat/ibcs2/ibcs2_ioctl.c compat_ibcs2
file compat/ibcs2/ibcs2_ipc.c compat_ibcs2
file compat/ibcs2/ibcs2_misc.c compat_ibcs2
file compat/ibcs2/ibcs2_mod.c compat_ibcs2
file compat/ibcs2/ibcs2_signal.c compat_ibcs2
file compat/ibcs2/ibcs2_signo.c compat_ibcs2
file compat/ibcs2/ibcs2_socksys.c compat_ibcs2
file compat/ibcs2/ibcs2_stat.c compat_ibcs2
file compat/ibcs2/ibcs2_syscalls.c compat_ibcs2
file compat/ibcs2/ibcs2_sysent.c compat_ibcs2