summaryrefslogtreecommitdiff
path: root/baseboard/brya/build.mk
blob: 2ed018624226c25d639509ed98b43ce353ee9287 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- 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.
#
# Brya baseboard specific files build
#

baseboard-y=
baseboard-y+=baseboard.o
baseboard-y+=battery_presence.o
baseboard-y+=cbi.o
baseboard-$(HAS_TASK_PROCHOT)+=prochot.o
baseboard-y+=usb_pd_policy.o