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/common | |
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/common')
-rw-r--r-- | src/southbridge/intel/common/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/southbridge/intel/common/Kconfig b/src/southbridge/intel/common/Kconfig new file mode 100644 index 0000000000..949310bb58 --- /dev/null +++ b/src/southbridge/intel/common/Kconfig @@ -0,0 +1,2 @@ +config SOUTHBRIDGE_INTEL_COMMON + def_bool n |