mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-05-05 06:43:48 +00:00
This moves all power supply drivers from drivers/power/ to drivers/power/supply/. The intention is a cleaner source tree, since drivers/power/ also contains frameworks unrelated to power supply, like adaptive voltage scaling. Signed-off-by: Sebastian Reichel <sre@kernel.org>
3 lines
107 B
Makefile
3 lines
107 B
Makefile
obj-$(CONFIG_POWER_AVS) += avs/
|
|
obj-$(CONFIG_POWER_RESET) += reset/
|
|
obj-$(CONFIG_POWER_SUPPLY) += supply/
|