Please pull
http://jdike.stearns.org:5000/build-2.5
This update brings the UML build up to 2.6.0-test2.
Jeff
arch/um/Kconfig | 28 ++++++++++++++++
arch/um/Kconfig_net | 70 ----------------------------------------
arch/um/Makefile | 39 ++++++++++++++--------
arch/um/Makefile-i386 | 20 +++++++----
arch/um/Makefile-skas | 6 +--
arch/um/config.release | 1
arch/um/defconfig | 1
arch/um/drivers/Makefile | 2 -
arch/um/dyn.lds.S | 8 +++-
arch/um/kernel/Makefile | 8 +---
arch/um/kernel/config.c.in | 4 --
arch/um/kernel/skas/Makefile | 22 +++++++-----
arch/um/sys-i386/Makefile | 10 +++--
arch/um/uml.lds.S | 8 +++-
include/asm-um/common.lds.S | 34 ++++++++++++++++++-
include/asm-um/module-generic.h | 6 +++
include/asm-um/module-i386.h | 13 +++++++
17 files changed, 158 insertions(+), 122 deletions(-)
[email protected], 2003-07-25 09:30:48-04:00, [email protected]
Fixed the clash in Kconfig with the binfmt options being moved to
fs/Kconfig.binfmt.
[email protected], 2003-07-17 15:05:33-04:00, [email protected]
Added BINFMT_ELF until I catch up to whenever fs/Kconfig.binfmt
appears.
[email protected], 2003-07-17 10:06:21-04:00, [email protected]
Untangling my repositories. Added back the build and config changes.