diff options
author | Aaron Durbin <adurbin@chromium.org> | 2015-07-30 16:50:21 -0500 |
---|---|---|
committer | Aaron Durbin <adurbin@chromium.org> | 2015-09-29 13:55:52 +0000 |
commit | 7dcb545ee2770f3a27d57c2d69cfa140af2d0348 (patch) | |
tree | a75436d6b3d4b36b8081b01a3bfd9d5a14cbf3c1 /src/southbridge/intel/common | |
parent | 321402bfced59bd241711ed8ee4a6d8e46f9f081 (diff) |
intel: auto include intel/common/firmware
Instead of selecting the Kconfig option and adding the subdir
entry within each chipset auto include the common/firmware
directory as it's guarded by HAVE_INTEL_FIRMWARE.
BUG=chrome-os-partner:43462
BRANCH=None
TEST=Built glados.
Change-Id: I166db67c41b16c4d9f0116abce00940514539fa5
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: http://review.coreboot.org/11734
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/southbridge/intel/common')
-rw-r--r-- | src/southbridge/intel/common/Makefile.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/southbridge/intel/common/Makefile.inc b/src/southbridge/intel/common/Makefile.inc index 86823a10e4..36dc4327ec 100644 --- a/src/southbridge/intel/common/Makefile.inc +++ b/src/southbridge/intel/common/Makefile.inc @@ -17,6 +17,9 @@ ## Foundation, Inc. ## +# CONFIG_HAVE_INTEL_FIRMWARE protects doing anything to the build. +subdirs-y += firmware + ifeq ($(CONFIG_SOUTHBRIDGE_INTEL_COMMON),y) romstage-$(CONFIG_USBDEBUG_IN_ROMSTAGE) += usb_debug.c |