diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2009-12-23 19:46:36 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2009-12-23 19:46:36 +0000 |
commit | a64f888b2741b0c019daec63959a8b020b525254 (patch) | |
tree | f4e07a2b53f26c68450eb33944a463323b8bd8c4 /src/mainboard/technexion/tim5690 | |
parent | c143693c260391918bf1233c59172514bb9bfa21 (diff) |
newconfig compilation failed with
(.text+0x4989): undefined reference to `vgabios_init'
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4991 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/technexion/tim5690')
-rw-r--r-- | src/mainboard/technexion/tim5690/Config.lb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/technexion/tim5690/Config.lb b/src/mainboard/technexion/tim5690/Config.lb index 53f8128c5e..619e76e074 100644 --- a/src/mainboard/technexion/tim5690/Config.lb +++ b/src/mainboard/technexion/tim5690/Config.lb @@ -30,6 +30,7 @@ arch i386 end ## driver mainboard.o +object vgabios.o object tn_post_code.o object speaker.o |