From 63693dca06314d44601c9dec713290c694719935 Mon Sep 17 00:00:00 2001 From: Werner Zeh Date: Fri, 13 Feb 2015 12:18:58 +0100 Subject: drivers/intel/i210: Add new driver for Intel i210 MACPHY Add a new driver for Intel i210 MACPHY with the goal to update the MAC address in i210 if it is found during PCI scan. Change-Id: I4d4e797543a9f278fb649596f63ae8e1f285b3c3 Signed-off-by: Werner Zeh Reviewed-on: http://review.coreboot.org/8404 Reviewed-by: Alexandru Gagniuc Tested-by: build bot (Jenkins) --- src/drivers/intel/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/drivers/intel/Makefile.inc') diff --git a/src/drivers/intel/Makefile.inc b/src/drivers/intel/Makefile.inc index 7bc6dd5100..dba81b553d 100644 --- a/src/drivers/intel/Makefile.inc +++ b/src/drivers/intel/Makefile.inc @@ -1,3 +1,4 @@ subdirs-y += gma subdirs-y += wifi subdirs-$(CONFIG_PLATFORM_USES_FSP) += fsp +subdirs-$(CONFIG_DRIVER_INTEL_I210) += i210 -- cgit v1.2.3