summaryrefslogtreecommitdiff
path: root/board/kukui_scp/build.mk
blob: 19355b5af595fce37843bc121a1239f27a26571d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# -*- 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
# MDP3
board-$(HAS_TASK_MDP_SERVICE)+=mdp_ipi_message.o