brintos

brintos / linux-shallow public Read only

0
0
Text · 245 B · 9d2898b Raw
9 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2# Makefile for Linux PSE drivers3 4obj-$(CONFIG_PSE_CONTROLLER) += pse_core.o5 6obj-$(CONFIG_PSE_REGULATOR) += pse_regulator.o7obj-$(CONFIG_PSE_PD692X0) += pd692x0.o8obj-$(CONFIG_PSE_TPS23881) += tps23881.o9