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:
parent
e8e986b0ba
commit
ee290d7f6e
2 changed files with 2 additions and 0 deletions
|
|
@ -1,2 +1,3 @@
|
|||
source src/soc/intel/baytrail/Kconfig
|
||||
source src/soc/intel/broadwell/Kconfig
|
||||
source src/soc/intel/common/Kconfig
|
||||
|
|
|
|||
|
|
@ -1 +1,2 @@
|
|||
subdirs-$(CONFIG_SOC_INTEL_BAYTRAIL) += baytrail
|
||||
subdirs-$(CONFIG_SOC_INTEL_BROADWELL) += broadwell
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue