From c856d14424e7dc4a9cd29e5877cf07db0b04ebca Mon Sep 17 00:00:00 2001 From: Vic Yang Date: Sun, 13 Oct 2013 15:58:39 +0800 Subject: Do not compile Baytrail chipset code if chipset task is absent Like other chipset code files, we shouldn't compile Baytrail chipset code if chipset task is absent. BUG=None TEST=basic tests now compile on Rambi without error BRANCH=None Change-Id: I231de06310b2e0d7ff7b3e1e21bbff89636cd5c0 Signed-off-by: Vic Yang Reviewed-on: https://chromium-review.googlesource.com/172980 Reviewed-by: Aaron Durbin Reviewed-by: Randall Spangler --- include/config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/config.h b/include/config.h index e44a97e96c..54760d245e 100644 --- a/include/config.h +++ b/include/config.h @@ -763,6 +763,7 @@ #endif #ifndef HAS_TASK_CHIPSET +#undef CONFIG_CHIPSET_BAYTRAIL #undef CONFIG_CHIPSET_GAIA #undef CONFIG_CHIPSET_HASWELL #undef CONFIG_CHIPSET_IVYBRIDGE -- cgit v1.2.1