5 lines
160 B
Makefile
5 lines
160 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
obj-$(CONFIG_POWER_RESET) += reset/
|
|
obj-$(CONFIG_POWER_SEQUENCING) += sequencing/
|
|
obj-$(CONFIG_POWER_SUPPLY) += supply/
|