From 1ff4f321b69950acca1b06daed89d872a52a337c Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 18 Jan 2016 20:19:18 -0700 Subject: dm: x86: Add a driver for Intel PCH7 At some point we may need to distinguish between different types of PCHs, but for existing supported platforms we only need to worry about version 7 and version 9 bridges. Add a driver for the PCH7. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- drivers/pch/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/pch/Makefile') diff --git a/drivers/pch/Makefile b/drivers/pch/Makefile index d69a99c226..33aa727017 100644 --- a/drivers/pch/Makefile +++ b/drivers/pch/Makefile @@ -3,3 +3,4 @@ # obj-y += pch-uclass.o +obj-y += pch7.o -- cgit v1.2.1