mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Remove DDB_ELF_SYMBOLS and DDB_KLD_SYMBOLS options. KLD will be the sole
interface to symbols in an elf kernel.
This commit is contained in:
parent
7deb2dabef
commit
1dd643abae
2 changed files with 4 additions and 5 deletions
|
|
@ -66,8 +66,8 @@ cam/scsi/scsi_pass.c optional pass
|
|||
cam/scsi/scsi_scan.c optional scan
|
||||
cam/scsi/scsi_target.c optional targ
|
||||
ddb/db_access.c optional ddb
|
||||
ddb/db_kld.c optional ddb db_kld_symbols
|
||||
ddb/db_elf.c optional ddb db_elf_symbols
|
||||
ddb/db_kld.c optional ddb
|
||||
ddb/db_elf.c optional ddb
|
||||
ddb/db_aout.c optional ddb
|
||||
ddb/db_break.c optional ddb
|
||||
ddb/db_command.c optional ddb
|
||||
|
|
@ -205,6 +205,7 @@ kern/kern_intr.c standard
|
|||
kern/kern_module.c standard
|
||||
kern/kern_linker.c standard
|
||||
kern/link_aout.c standard
|
||||
kern/link_elf.c standard
|
||||
kern/kern_acct.c standard
|
||||
kern/kern_clock.c standard
|
||||
kern/kern_conf.c standard
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: options,v 1.102 1998/10/02 05:15:45 ken Exp $
|
||||
# $Id: options,v 1.103 1998/10/07 03:30:55 gibbs Exp $
|
||||
#
|
||||
# On the handling of kernel options
|
||||
#
|
||||
|
|
@ -47,8 +47,6 @@ COMPILING_LINT opt_lint.h
|
|||
DDB
|
||||
DDB_UNATTENDED opt_ddb.h
|
||||
GDB_REMOTE_CHAT opt_ddb.h
|
||||
DB_KLD_SYMBOLS opt_ddb.h
|
||||
DB_ELF_SYMBOLS opt_ddb.h
|
||||
DEVFS
|
||||
FAILSAFE
|
||||
HW_WDOG
|
||||
|
|
|
|||
Loading…
Reference in a new issue