summaryrefslogtreecommitdiff
path: root/chip/mt_scp/build.mk
blob: 2f791a5476f88cbcfa6ab603ed5b7a9d756988ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# -*- 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.
#
# SCP specific files build
#

# Required chip modules
chip-y=

ifeq ($(CHIP_VARIANT),mt8183)
CPPFLAGS+=-Ichip/$(CHIP)/$(CHIP_VARIANT)
dirs-y+=chip/$(CHIP)/$(CHIP_VARIANT)
include chip/$(CHIP)/$(CHIP_VARIANT)/build.mk
endif