blob: 38a49ff8b6cbba9e9dad448bcbc0aed2dbfe81c0 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# -*- makefile -*-
# Copyright 2020 The ChromiumOS Authors
# 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-$(CONFIG_USB_POWER_DELIVERY)+=usb_pd_policy.o usb_pd_pdo.o
|