Reorganize the way machine architectures are handled. Consolidate the
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 22 Oct 2006 16:12:50 +0000 (16:12 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 22 Oct 2006 16:12:50 +0000 (16:12 +0000)
commit4e54470f6d3000ec73f84a6d8d05b125b2fe2ec4
tree2d92317354f18f3e997e9dc0cb639f42136c5af8
parent39619464950a9032d15b062cc51a6fed3704034c
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