broadwell: Hook into the build system

Hook the soc/intel/broadwell directory into the configuration
and build system so it can be used by mainboards.

BUG=chrome-os-partner:28234
TEST=build and boot on wtm2

Change-Id: Ia48ac644a8cefb2cf9c64efaa1bd9737ddfb8b1f
Signed-off-by: Duncan Laurie <dlaurie@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/199893
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
Duncan Laurie 2014-05-14 14:13:42 -07:00 committed by chrome-internal-fetch
commit ee290d7f6e
2 changed files with 2 additions and 0 deletions

View file

@ -1,2 +1,3 @@
source src/soc/intel/baytrail/Kconfig
source src/soc/intel/broadwell/Kconfig
source src/soc/intel/common/Kconfig

View file

@ -1 +1,2 @@
subdirs-$(CONFIG_SOC_INTEL_BAYTRAIL) += baytrail
subdirs-$(CONFIG_SOC_INTEL_BROADWELL) += broadwell