From 5e2ecc71c67f53bd4ac3e781ac85c2a6893bffd8 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 28 Sep 2008 21:31:13 +0000 Subject: Move around the BARE_METAL config entry outside of the bare metal /kernel/ entry: there might be different setups that causes a bare metal compiler. /trunk/config/kernel/bare-metal.experimental.in | 12 4 8 0 ++++-------- /trunk/config/kernel.in | 6 6 0 0 ++++++ 2 files changed, 10 insertions(+), 8 deletions(-) --- config/kernel.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config/kernel.in') diff --git a/config/kernel.in b/config/kernel.in index 1ae8b2e6..a2a96860 100644 --- a/config/kernel.in +++ b/config/kernel.in @@ -2,6 +2,12 @@ menu "Operating System" +# Config option used throughout the config and code to determine wether +# we hace a kernel or not (there might be different bare metal stuff... +config BARE_METAL + bool + default n + config KERNEL string -- cgit v1.2.3