diff options
author | Stefan Reinauer <stepan@openbios.org> | 2004-04-13 13:28:23 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2004-04-13 13:28:23 +0000 |
commit | e0f0959ebeb2b96b3112a7426d6583cd7d08767f (patch) | |
tree | 7ac160084ea4bd62be717c02343e7b92c62de388 /src/mainboard | |
parent | 7ffd67bda4e67b43337dab9df2467cdda2789e29 (diff) | |
download | coreboot-e0f0959ebeb2b96b3112a7426d6583cd7d08767f.tar.xz |
use blade3d driver from drivers/ directory
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1492 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/newisys/khepri/Config.lb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainboard/newisys/khepri/Config.lb b/src/mainboard/newisys/khepri/Config.lb index 9dd2f318dd..e790dd05eb 100644 --- a/src/mainboard/newisys/khepri/Config.lb +++ b/src/mainboard/newisys/khepri/Config.lb @@ -165,10 +165,11 @@ arch i386 end ## driver mainboard.o -driver blade3d.o if HAVE_MP_TABLE object mptable.o end if HAVE_PIRQ_TABLE object irq_tables.o end +dir /drivers/trident/blade3d + ## ## Romcc output ## |