summaryrefslogtreecommitdiff
path: root/board/asurada_scp/build.mk
blob: 6c52513faafb2af6c45c10ee70f47beec5fed43a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# -*- makefile -*-
# Copyright 2020 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:=mt8192_scp
CHIP_VARIANT:=mt8192

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

# MDP3
board-$(HAS_TASK_MDP_SERVICE)+=mdp.o