summaryrefslogtreecommitdiffstats
path: root/Kconfig
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2007-05-06 09:35:25 +0000
committerStefan Reinauer <stefan.reinauer@coreboot.org>2007-05-06 09:35:25 +0000
commit9caaf62dd5bec54ffae5a8c306ac7d5e8b81e73a (patch)
treeacf047906b2504ede20611f943b01b0f37f2fc6a /Kconfig
parent71ccb36afc342accb0363720959c4612f5de1822 (diff)
downloadcoreboot-9caaf62dd5bec54ffae5a8c306ac7d5e8b81e73a.tar.gz
coreboot-9caaf62dd5bec54ffae5a8c306ac7d5e8b81e73a.tar.bz2
coreboot-9caaf62dd5bec54ffae5a8c306ac7d5e8b81e73a.zip
Move console/*.c into lib/ in order to simplify the directory structure.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@315 f3766cd6-281f-0410-b1cd-43a5c92072e9
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/Kconfig b/Kconfig
index 45b33a4cd529..6e40b2ae8e03 100644
--- a/Kconfig
+++ b/Kconfig
@@ -42,7 +42,6 @@ endmenu
source mainboard/Kconfig
source arch/Kconfig
source lib/Kconfig
-source console/Kconfig
source device/Kconfig
# These are used for internal purposes only.