diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2003-09-26 15:24:54 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2003-09-26 15:24:54 +0000 |
commit | ef5f21807ac7ca8f0553df1867bfd1c225a82f46 (patch) | |
tree | ae3cc21e2853e8c551d0ed571a9c46ebd0293980 /src/pc80/Config.lb | |
parent | e1313fa183dc7bb2806b298e110490a9cfec300d (diff) | |
download | coreboot-ef5f21807ac7ca8f0553df1867bfd1c225a82f46.tar.xz |
keyboard support
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1146 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/pc80/Config.lb')
-rw-r--r-- | src/pc80/Config.lb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/pc80/Config.lb b/src/pc80/Config.lb index 876e902f82..f04ada0e42 100644 --- a/src/pc80/Config.lb +++ b/src/pc80/Config.lb @@ -1,6 +1,6 @@ uses CONFIG_IDE_STREAM +uses CONFIG_KEYBOARD -#object keyboard.o object mc146818rtc.o #object isa-dma.o #object i8259.o CONFIG_I8259 @@ -14,3 +14,7 @@ object mc146818rtc.o if CONFIG_IDE_STREAM dir ide end + +if CONFIG_KEYBOARD + object keyboard.o +end |