mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-29 10:00:51 +00:00
CNL: Don't build CNL in tests w/o chipset tasks.
When compiling target tests for a board that defines CONFIG_CHIPSET_CANNONLAKE, the build would fail due to the chipset code being built without a chipset task. This commit removes the Cannonlake chipset code when building a test that does not have a chipset task (and use Cannonlake). BUG=None BRANCH=None TEST=make -j BOARD=zoombini tests; verify that build succeeds. Change-Id: I15a5729db64314a8d6566be879f7c356ffa95725 Signed-off-by: Aseda Aboagye <aaboagye@google.com> Reviewed-on: https://chromium-review.googlesource.com/578316 Commit-Ready: Aseda Aboagye <aaboagye@chromium.org> Tested-by: Aseda Aboagye <aaboagye@chromium.org> Reviewed-by: Shawn N <shawnn@chromium.org>
This commit is contained in:
committed by
chrome-bot
parent
31ceb6a6da
commit
42411ace42
@@ -2894,6 +2894,7 @@
|
||||
#ifndef HAS_TASK_CHIPSET
|
||||
#undef CONFIG_CHIPSET_APOLLOLAKE
|
||||
#undef CONFIG_CHIPSET_BRASWELL
|
||||
#undef CONFIG_CHIPSET_CANNONLAKE
|
||||
#undef CONFIG_CHIPSET_MEDIATEK
|
||||
#undef CONFIG_CHIPSET_RK3399
|
||||
#undef CONFIG_CHIPSET_ROCKCHIP
|
||||
|
||||
Reference in New Issue
Block a user