diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2003-06-17 16:48:07 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2003-06-17 16:48:07 +0000 |
commit | 667393676bf0ea08b6aadfc0119bd87f7cf2cc25 (patch) | |
tree | 1b6a52752bc1f755283d896d5d42992ce386e6d4 /src/arch/i386/boot/Config.lb | |
parent | 8d9c123812492a80a43112c8dd217fcfb3cee2c5 (diff) |
new config file testing the update stuff.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@881 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/arch/i386/boot/Config.lb')
-rw-r--r-- | src/arch/i386/boot/Config.lb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/arch/i386/boot/Config.lb b/src/arch/i386/boot/Config.lb new file mode 100644 index 0000000000..041cecb360 --- /dev/null +++ b/src/arch/i386/boot/Config.lb @@ -0,0 +1,7 @@ +object boot.o +object linuxbios_table.o +object tables.o +if HAVE_PIRQ_TABLE +object pirq_routing.o +end + |