diff options
author | Benno Rice <benno@FreeBSD.org> | 2001-06-17 09:39:44 +0000 |
---|---|---|
committer | Benno Rice <benno@FreeBSD.org> | 2001-06-17 09:39:44 +0000 |
commit | c585bae1c27658620f1447deb58d9c57a6185d12 (patch) | |
tree | b4ef959ad6dea022189b42d67e192ae589e572bf /sys/conf/options.powerpc | |
parent | 7d6d31cb79c4c3396e36eaaa66a0eb1c08b47a3e (diff) |
The final commit for the first phase of PowerPC support.
This adds the config stuff needed to build kernels.
Reviewed by: obrien
Notes
Notes:
svn path=/head/; revision=78388
Diffstat (limited to 'sys/conf/options.powerpc')
-rw-r--r-- | sys/conf/options.powerpc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/conf/options.powerpc b/sys/conf/options.powerpc new file mode 100644 index 000000000000..8dba32a7822c --- /dev/null +++ b/sys/conf/options.powerpc @@ -0,0 +1,7 @@ +# $FreeBSD$ + +MPC750 opt_global.h +IPKDB opt_ipkdb.h + +SHOW_BUSYBUFS +PANIC_REBOOT_WAIT_TIME opt_panic.h |