diff options
author | imp <imp@FreeBSD.org> | 2005-11-14 00:43:44 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2005-11-14 00:43:44 +0000 |
commit | a37dc6aa6e9a1728be954bd13f53a99911b5d664 (patch) | |
tree | e112da86724fb8fbf23319d5de3b22ad05026293 /sys/conf/options.pc98 | |
parent | 893249d3c303736c5ed9da6e2914799ca56bbd42 (diff) | |
download | FreeBSD-src-a37dc6aa6e9a1728be954bd13f53a99911b5d664.zip FreeBSD-src-a37dc6aa6e9a1728be954bd13f53a99911b5d664.tar.gz |
Provide a dummy NO_XBOX option that lives in opt_xbox.h for pc98.
This allows us to eliminate a three ifdef PC98 instances.
Diffstat (limited to 'sys/conf/options.pc98')
-rw-r--r-- | sys/conf/options.pc98 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/conf/options.pc98 b/sys/conf/options.pc98 index a1f3cc1..4e5d7bb 100644 --- a/sys/conf/options.pc98 +++ b/sys/conf/options.pc98 @@ -105,3 +105,7 @@ DEV_NPX opt_npx.h # Debugging STOP_NMI opt_cpu.h NPX_DEBUG opt_npx.h + +# FreeBSD/i386 supports xbox and is shred with pc98 so we need to define dummy +# opt_xbox.h +NO_XBOX opt_xbox.h |