View | Details | Raw Unified | Return to bug 20127
Collapse All | Expand All

(-)LINT.new (-1 / +1 lines)
Lines 80-86 Link Here
80
80
81
# This allows you to actually store this configuration file into
81
# This allows you to actually store this configuration file into
82
# the kernel binary itself, where it may be later read by saying:
82
# the kernel binary itself, where it may be later read by saying:
83
#    strings -aout -n 3 /kernel | grep ^___ | sed -e 's/^___//' > MYKERNEL
83
#    strings -elf -n 3 /kernel | grep ^___ | sed -e 's/^___//' > MYKERNEL
84
#
84
#
85
options 	INCLUDE_CONFIG_FILE     # Include this file in kernel
85
options 	INCLUDE_CONFIG_FILE     # Include this file in kernel

Return to bug 20127