summaryrefslogtreecommitdiff
path: root/board/kukui_scp/build.mk
blob: 17411fcb557ee299aca5dda71a75227883b042b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# -*- makefile -*-
# Copyright 2018 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
#
# Board specific files build
#
CHIP:=mt_scp
CHIP_VARIANT:=mt8183

board-y=board.o
board-$(HAS_TASK_VDEC_SERVICE)+=vdec.o
board-$(HAS_TASK_VENC_SERVICE)+=venc.o

# ISP P1
board-$(HAS_TASK_ISP_SERVICE)+=isp_p1_srv.o
# FD
board-$(HAS_TASK_FD_SERVICE)+=fd.o

# ISP P2
board-$(HAS_TASK_DIP_SERVICE)+=isp_p2_srv.o