summaryrefslogtreecommitdiff
path: root/board/host/build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'board/host/build.mk')
-rw-r--r--board/host/build.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/host/build.mk b/board/host/build.mk
index 28525a7679..8b6ee6d2be 100644
--- a/board/host/build.mk
+++ b/board/host/build.mk
@@ -8,4 +8,5 @@
CHIP:=host
-board-y=board.o chipset.o
+board-y=board.o
+board-$(HAS_TASK_CHIPSET)+=chipset.o