]> git.ipfire.org Git - thirdparty/u-boot.git/blame - drivers/power/Makefile
Merge tag 'video-for-2019.07-rc1' of git://git.denx.de/u-boot-video
[thirdparty/u-boot.git] / drivers / power / Makefile
CommitLineData
83d290c5 1# SPDX-License-Identifier: GPL-2.0+
cd782635
TR
2#
3# Copyright (c) 2009 Wind River Systems, Inc.
4# Tom Rix <Tom.Rix at windriver.com>
cd782635 5
24289208 6obj-$(CONFIG_AXP152_POWER) += axp152.o
14bc66bd 7obj-$(CONFIG_AXP209_POWER) += axp209.o
5c7f10fd 8obj-$(CONFIG_AXP221_POWER) += axp221.o
795857df 9obj-$(CONFIG_AXP809_POWER) += axp809.o
813c7372 10obj-$(CONFIG_AXP818_POWER) += axp818.o
710f1d3d
MY
11obj-$(CONFIG_EXYNOS_TMU) += exynos-tmu.o
12obj-$(CONFIG_FTPMU010_POWER) += ftpmu010.o
0d8382ae 13obj-$(CONFIG_SY8106A_POWER) += sy8106a.o
710f1d3d
MY
14obj-$(CONFIG_TPS6586X_POWER) += tps6586x.o
15obj-$(CONFIG_TWL4030_POWER) += twl4030.o
16obj-$(CONFIG_TWL6030_POWER) += twl6030.o
17obj-$(CONFIG_PALMAS_POWER) += palmas.o
710f1d3d
MY
18obj-$(CONFIG_POWER) += power_core.o
19obj-$(CONFIG_DIALOG_POWER) += power_dialog.o
20obj-$(CONFIG_POWER_FSL) += power_fsl.o
21obj-$(CONFIG_POWER_I2C) += power_i2c.o
22obj-$(CONFIG_POWER_SPI) += power_spi.o