diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2013-07-28 23:39:37 +0300 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2013-07-30 22:09:21 +0200 |
commit | 71216c9bcdca6036f1032f09cdea64c9823efcf6 (patch) | |
tree | 4d87aefe5f39e9b6309a3ea764d0f3c927e7d0c7 /src/southbridge/intel/i82801ix/Kconfig | |
parent | e23c22dd88b421df21d7ee3aff18e67eb5e047c6 (diff) | |
download | coreboot-71216c9bcdca6036f1032f09cdea64c9823efcf6.tar.xz |
Makefile: Fix adding intel/common
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 <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/3827
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@google.com>
Diffstat (limited to 'src/southbridge/intel/i82801ix/Kconfig')
-rw-r--r-- | src/southbridge/intel/i82801ix/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/southbridge/intel/i82801ix/Kconfig b/src/southbridge/intel/i82801ix/Kconfig index 36cfefbd80..dd07dac7a2 100644 --- a/src/southbridge/intel/i82801ix/Kconfig +++ b/src/southbridge/intel/i82801ix/Kconfig @@ -20,6 +20,7 @@ config SOUTHBRIDGE_INTEL_I82801IX bool + select SOUTHBRIDGE_INTEL_COMMON select IOAPIC select HAVE_USBDEBUG select HAVE_HARD_RESET |