From 7435baa5c5cb1511e8a9533965bd07e94a536203 Mon Sep 17 00:00:00 2001 From: Sven Schnelle Date: Sun, 8 Jul 2012 18:32:23 +0200 Subject: Add basic ipmi support Implements support code for talking to IPMI hardware that uses a KCS style interface. Change-Id: I9895cc1bf29676115b167081b63b8a430e23eee5 Signed-off-by: Sven Schnelle Reviewed-on: http://review.coreboot.org/1190 Tested-by: build bot (Jenkins) --- src/drivers/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/drivers/Makefile.inc') diff --git a/src/drivers/Makefile.inc b/src/drivers/Makefile.inc index 851a4dfdbef8..6c63a6a4ff2e 100644 --- a/src/drivers/Makefile.inc +++ b/src/drivers/Makefile.inc @@ -27,4 +27,5 @@ subdirs-y += sil subdirs-y += trident subdirs-y += ics subdirs-y += spi +subdirs-y += ipmi subdirs-$(CONFIG_ARCH_X86) += pc80 -- cgit v1.2.3