introduce support for static compilation of the osf/1 module via the
COMPAT_OSF1 option
This commit is contained in:
parent
aa0ded4173
commit
99e0204813
@ -83,6 +83,13 @@ alpha/isa/mcclock_isa.c optional isa
|
||||
alpha/mcbus/mcbus.c optional dec_kn300
|
||||
alpha/mcbus/mcmem.c optional dec_kn300
|
||||
alpha/mcbus/mcpcia.c optional dec_kn300
|
||||
alpha/osf1/imgact_osf1.c optional compat_osf1
|
||||
alpha/osf1/osf1_ioctl.c optional compat_osf1
|
||||
alpha/osf1/osf1_misc.c optional compat_osf1
|
||||
alpha/osf1/osf1_mount.c optional compat_osf1
|
||||
alpha/osf1/osf1_signal.c optional compat_osf1
|
||||
alpha/osf1/osf1_sysent.c optional compat_osf1
|
||||
alpha/osf1/osf1_sysvec.c optional compat_osf1
|
||||
alpha/pci/alphapci_if.m optional pci
|
||||
alpha/pci/apecs.c optional dec_2100_a50
|
||||
alpha/pci/apecs.c optional dec_eb64plus
|
||||
|
@ -68,3 +68,9 @@ KBDIO_DEBUG opt_kbd.h
|
||||
# Clock options
|
||||
CLK_USE_I8254_CALIBRATION opt_clock.h
|
||||
TIMER_FREQ opt_clock.h
|
||||
|
||||
# Options for emulators. These should only be used at config time, so
|
||||
# they are handled like options for static file systems
|
||||
# (see src/sys/conf/options), except for broken debugging options.
|
||||
COMPAT_OSF1 opt_dontuse.h
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user