Add option BROKEN_KEYBOARD_RESET to an opt_*.h file
This commit is contained in:
parent
a1f73470ca
commit
6c41ef4ab2
@ -46,6 +46,7 @@
|
||||
#ifdef PC98
|
||||
#include "opt_pc98.h"
|
||||
#endif
|
||||
#include "opt_reset.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
@ -20,6 +20,7 @@ I586_PMC_GUPROF opt_i586_guprof.h
|
||||
WLCACHE opt_wavelan.h
|
||||
WLDEBUG opt_wavelan.h
|
||||
COMPAT_OLDISA
|
||||
BROKEN_KEYBOARD_RESET opt_reset.h
|
||||
|
||||
# Options for emulators. These should only be used at config time, so
|
||||
# they are handled like options for static file systems
|
||||
|
@ -46,6 +46,7 @@
|
||||
#ifdef PC98
|
||||
#include "opt_pc98.h"
|
||||
#endif
|
||||
#include "opt_reset.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user