diff options
author | Maciej Pijanka <maciej.pijanka@gmail.com> | 2009-11-28 09:31:30 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2009-11-28 09:31:30 +0000 |
commit | 4d41a3bfc3c20d0218e3b89dd97b5051f4e81263 (patch) | |
tree | 8a5b8c6e23103053e2bf3a1ea0e3dae044d2b1dd /src/northbridge/intel/Makefile.inc | |
parent | f30a222074c3a017fd0fb866c8387aaf0dd6579f (diff) |
Maciej Pijanka tried to get the Biostar M6TLD running, and created a patch for
440lx using the 440bx code as a template.
Signed-off-by: Maciej Pijanka <maciej.pijanka@gmail.com>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4967 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/intel/Makefile.inc')
-rw-r--r-- | src/northbridge/intel/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/northbridge/intel/Makefile.inc b/src/northbridge/intel/Makefile.inc index d89a28f770..fa04dd20d5 100644 --- a/src/northbridge/intel/Makefile.inc +++ b/src/northbridge/intel/Makefile.inc @@ -3,6 +3,7 @@ subdirs-$(CONFIG_NORTHBRIDGE_INTEL_E7520) += e7520 subdirs-$(CONFIG_NORTHBRIDGE_INTEL_E7525) += e7525 subdirs-$(CONFIG_NORTHBRIDGE_INTEL_I3100) += i3100 subdirs-$(CONFIG_NORTHBRIDGE_INTEL_I440BX) += i440bx +subdirs-$(CONFIG_NORTHBRIDGE_INTEL_I440LX) += i440lx subdirs-$(CONFIG_NORTHBRIDGE_INTEL_I82810) += i82810 subdirs-$(CONFIG_NORTHBRIDGE_INTEL_I82830) += i82830 subdirs-$(CONFIG_NORTHBRIDGE_INTEL_I855GME) += i855gme |