From 71216c9bcdca6036f1032f09cdea64c9823efcf6 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Sun, 28 Jul 2013 23:39:37 +0300 Subject: Makefile: Fix adding intel/common MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Directory intel/common must be conditionally added in the list of source directories, as the parent directory southbridge/intel is unconditionally added even for boards without such device. Change-Id: I7088bc6db9f56909ffa996aa7eff76cd72e177eb Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/3827 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/southbridge/intel/i82801dx/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/southbridge/intel/i82801dx/Kconfig') diff --git a/src/southbridge/intel/i82801dx/Kconfig b/src/southbridge/intel/i82801dx/Kconfig index 4a43458dea..f7f93a7c78 100644 --- a/src/southbridge/intel/i82801dx/Kconfig +++ b/src/southbridge/intel/i82801dx/Kconfig @@ -21,6 +21,7 @@ config SOUTHBRIDGE_INTEL_I82801DX bool + select SOUTHBRIDGE_INTEL_COMMON select IOAPIC select HAVE_HARD_RESET select HAVE_SMI_HANDLER -- cgit v1.2.3