diff options
Diffstat (limited to 'src/soc/intel/Makefile.inc')
-rw-r--r-- | src/soc/intel/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/Makefile.inc b/src/soc/intel/Makefile.inc index b2f3cde20b..f86d6cabcb 100644 --- a/src/soc/intel/Makefile.inc +++ b/src/soc/intel/Makefile.inc @@ -1,2 +1,3 @@ subdirs-$(CONFIG_SOC_INTEL_BAYTRAIL) += baytrail +subdirs-$(CONFIG_SOC_INTEL_BROADWELL) += broadwell subdirs-$(CONFIG_SOC_INTEL_FSP_BAYTRAIL) += fsp_baytrail |