From 4a6c9d159c38ed52397fa7b98b57d48e8c53c427 Mon Sep 17 00:00:00 2001 From: Sven Schnelle Date: Tue, 1 Feb 2011 10:44:26 +0000 Subject: Add support for the Lenovo PMH7 embedded controller Lenovo PMH7 (Power Management Hardware Hub) is found in most recent (starting with X60/T60 AFAIK) Lenovo/IBM Laptops. Signed-off-by: Sven Schnelle Acked-by: Patrick Georgi git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6325 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/ec/lenovo/Makefile.inc | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/ec/lenovo/Makefile.inc (limited to 'src/ec/lenovo/Makefile.inc') diff --git a/src/ec/lenovo/Makefile.inc b/src/ec/lenovo/Makefile.inc new file mode 100644 index 0000000000..f9a3feb4a1 --- /dev/null +++ b/src/ec/lenovo/Makefile.inc @@ -0,0 +1 @@ +subdirs-$(CONFIG_EC_LENOVO_PMH7) += pmh7 -- cgit v1.2.3