summaryrefslogtreecommitdiff
path: root/power/build.mk
blob: 1c176a3db933e4f94961c33d6dea052ad74bbeb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# -*- makefile -*-
# Copyright (c) 2013 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.
#
# Power management for application processor and peripherals
#

# TODO(rspangler): rename _CHIPSET to _POWER
power-$(CONFIG_CHIPSET_BAYTRAIL)+=baytrail.o
power-$(CONFIG_CHIPSET_GAIA)+=gaia.o
power-$(CONFIG_CHIPSET_HASWELL)+=haswell.o
power-$(CONFIG_CHIPSET_IVYBRIDGE)+=ivybridge.o
power-$(CONFIG_CHIPSET_TEGRA)+=tegra.o
power-$(CONFIG_CHIPSET_X86)+=x86_common.o