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

baseboard-y=baseboard.o
baseboard-y+=cbi_ec_fw_config.o
baseboard-y+=cbi_ssfc.o
baseboard-$(CONFIG_USB_POWER_DELIVERY)+=usb_pd_policy.o
baseboard-$(VARIANT_ZORK_TREMBYLE)+=variant_trembyle.o
baseboard-$(VARIANT_ZORK_DALBOZ)+=variant_dalboz.o