[Midnightbsd-cvs] src [7408] trunk/sys/conf: add mock files
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Jan 7 22:32:20 EST 2016
Revision: 7408
http://svnweb.midnightbsd.org/src/?rev=7408
Author: laffer1
Date: 2016-01-07 22:32:20 -0500 (Thu, 07 Jan 2016)
Log Message:
-----------
add mock files
Modified Paths:
--------------
trunk/sys/conf/files
trunk/sys/conf/options
Modified: trunk/sys/conf/files
===================================================================
--- trunk/sys/conf/files 2016-01-08 03:31:42 UTC (rev 7407)
+++ trunk/sys/conf/files 2016-01-08 03:32:20 UTC (rev 7408)
@@ -139,6 +139,52 @@
cam/scsi/scsi_targ_bh.c optional targbh
cam/scsi/scsi_target.c optional targ
cam/scsi/smp_all.c optional scbus
+
+compat/mach/host_priv_server.c optional compat_mach_static
+compat/mach/mach_host_server.c optional compat_mach_static
+compat/mach/mach_port_server.c optional compat_mach_static
+compat/mach/mach_vm_server.c optional compat_mach_static
+compat/mach/task_server.c optional compat_mach_static
+compat/mach/vm_map_server.c optional compat_mach_static
+compat/mach/clock_server.c optional compat_mach_static
+
+compat/mach/proc_info.c optional compat_mach_static no-depend compile-with "${MACH_C}"
+compat/mach/mach_clock.c optional compat_mach_static
+compat/mach/mach_convert.c optional compat_mach_static
+compat/mach/mach_host.c optional compat_mach_static
+compat/mach/mach_host_priv.c optional compat_mach_static
+compat/mach/mach_misc.c optional compat_mach_static
+compat/mach/mach_processor.c optional compat_mach_static
+compat/mach/mach_semaphore.c optional compat_mach_static
+compat/mach/mach_task.c optional compat_mach_static
+compat/mach/mach_thread.c optional compat_mach_static
+compat/mach/mach_traps.c optional compat_mach_static
+compat/mach/mach_vm.c optional compat_mach_static
+
+compat/mach/ipc/ipc_entry.c optional compat_mach_static
+compat/mach/ipc/ipc_hash.c optional compat_mach_static
+compat/mach/ipc/ipc_init.c optional compat_mach_static
+compat/mach/ipc/ipc_kmsg.c optional compat_mach_static
+compat/mach/ipc/ipc_kobject.c optional compat_mach_static
+compat/mach/ipc/ipc_mqueue.c optional compat_mach_static
+compat/mach/ipc/ipc_notify.c optional compat_mach_static
+compat/mach/ipc/ipc_object.c optional compat_mach_static
+compat/mach/ipc/ipc_port.c optional compat_mach_static
+compat/mach/ipc/ipc_pset.c optional compat_mach_static
+compat/mach/ipc/ipc_right.c optional compat_mach_static
+compat/mach/ipc/ipc_space.c optional compat_mach_static
+compat/mach/ipc/ipc_table.c optional compat_mach_static
+compat/mach/ipc/ipc_thread.c optional compat_mach_static
+compat/mach/ipc/mach_debug.c optional compat_mach_static
+compat/mach/ipc/mach_msg.c optional compat_mach_static
+compat/mach/ipc/mach_port.c optional compat_mach_static
+
+compat/mach/kern/ipc_tt.c optional compat_mach_static
+compat/mach/kern/ipc_host.c optional compat_mach_static
+compat/mach/kern/task.c optional compat_mach_static
+compat/mach/kern/thread_pool.c optional compat_mach_static
+
+
contrib/altq/altq/altq_cbq.c optional altq \
compile-with "${NORMAL_C} -I$S/contrib/pf"
contrib/altq/altq/altq_cdnr.c optional altq
Modified: trunk/sys/conf/options
===================================================================
--- trunk/sys/conf/options 2016-01-08 03:31:42 UTC (rev 7407)
+++ trunk/sys/conf/options 2016-01-08 03:32:20 UTC (rev 7408)
@@ -905,3 +905,7 @@
# defined, this option will suffice in overriding what Redboot says.
AR71XX_REALMEM opt_global.h
+# Mach support options
+COMPAT_MACH_STATIC
+COMPAT_MACH_PORT_DEBUG opt_compat_mach.h
+
More information about the Midnightbsd-cvs
mailing list