Reorganize the way machine architectures are handled. Consolidate the
commitc37be4a36ada8baad5fd663a43ebee5602a5413a
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 22 Oct 2006 16:12:50 +0000 (22 16:12 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 22 Oct 2006 16:12:50 +0000 (22 16:12 +0000)
treed52001188cf8e316c9ae027d07be1bf3601fb027
parentfa841b83861c20a0bc0daf01f3221ddd822cb187
Reorganize the way machine architectures are handled.  Consolidate the
kernel configurations into a single generic directory.  Move machine-specific
Makefile's and loader scripts into the appropriate architecture directory.

Kernel and module builds also generally add sys/arch to the include path so
source files that include architecture-specific headers do not have to
be adjusted.

sys/<ARCH>            -> sys/arch/<ARCH>
sys/conf/*.<ARCH>     -> sys/arch/<ARCH>/conf/*.<ARCH>
sys/<ARCH>/conf/<KERNEL> -> sys/config/<KERNEL>
Makefile.inc1
include/Makefile