diff options
author | kmacy <kmacy@FreeBSD.org> | 2008-08-15 20:58:57 +0000 |
---|---|---|
committer | kmacy <kmacy@FreeBSD.org> | 2008-08-15 20:58:57 +0000 |
commit | e30bc9a875b87df7e25b1ae97e57219c788610dc (patch) | |
tree | b46471eb0ab7cf3cf00d680173161e228c1295a1 /sys/conf/options.i386 | |
parent | 8c05b8ec899e2b20d5eb286770d302b94f0e4536 (diff) | |
download | FreeBSD-src-e30bc9a875b87df7e25b1ae97e57219c788610dc.zip FreeBSD-src-e30bc9a875b87df7e25b1ae97e57219c788610dc.tar.gz |
Integrate configuration bits for compling xen.
MFC after: 1 month
Diffstat (limited to 'sys/conf/options.i386')
-rw-r--r-- | sys/conf/options.i386 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/options.i386 b/sys/conf/options.i386 index c8d07ad..aebd884 100644 --- a/sys/conf/options.i386 +++ b/sys/conf/options.i386 @@ -111,3 +111,6 @@ STOP_NMI opt_cpu.h # BPF just-in-time compiler BPF_JITTER opt_bpf.h + +NATIVE opt_global.h +XEN opt_global.h |