aboutsummaryrefslogtreecommitdiff
path: root/drivers/power/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-04-26 22:27:45 -0600
committerTom Rini <trini@konsulko.com>2017-04-30 10:29:49 -0400
commit2838c07f47016fe632273f5f799a4cefa7341b41 (patch)
tree11e68edc685989892789cc32cf654f35df049dac /drivers/power/Makefile
parent56aceaf2828ea3471fec99916c6c6558a309fb82 (diff)
downloadu-boot-2838c07f47016fe632273f5f799a4cefa7341b41.zip
u-boot-2838c07f47016fe632273f5f799a4cefa7341b41.tar.gz
u-boot-2838c07f47016fe632273f5f799a4cefa7341b41.tar.bz2
power: Move as3722 pmic to pmic/ directory
Most of the PMICs are in the drivers/power/pmic/ directory. Move this one there. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/power/Makefile')
-rw-r--r--drivers/power/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/power/Makefile b/drivers/power/Makefile
index 29e1357..90a3b00 100644
--- a/drivers/power/Makefile
+++ b/drivers/power/Makefile
@@ -5,7 +5,6 @@
# SPDX-License-Identifier: GPL-2.0+
#
-obj-$(CONFIG_PMIC_AS3722) += as3722.o
obj-$(CONFIG_AXP152_POWER) += axp152.o
obj-$(CONFIG_AXP209_POWER) += axp209.o
obj-$(CONFIG_AXP221_POWER) += axp221.o