diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2006-01-27 23:46:30 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2006-01-27 23:46:30 +0000 |
commit | 2bb216a880d2358c25b305ce613d8dd5aecd90ac (patch) | |
tree | fd3a00201840659c994d6d0c32df280cb268e91c /src/southbridge/amd/cs5535/Config.lb | |
parent | 05c743a5ebf715f788a62fded7e9896e6e6c6d63 (diff) |
adding preliminary, and almost certainly wrong, rumba support.
This is just a skeleton, basically, and will most likely not even
compile yet.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2164 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/amd/cs5535/Config.lb')
-rw-r--r-- | src/southbridge/amd/cs5535/Config.lb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/southbridge/amd/cs5535/Config.lb b/src/southbridge/amd/cs5535/Config.lb new file mode 100644 index 0000000000..cc056d9ede --- /dev/null +++ b/src/southbridge/amd/cs5535/Config.lb @@ -0,0 +1,4 @@ +#config chip.h +driver cs5535.o +#driver cs5535_pci.o +driver cs5535_ide.o |