brintos

brintos / linux-shallow public Read only

0
0
Text · 425 B · 04703c0 Raw
13 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# Makefile for linux/drivers/platform/mellanox4# Mellanox Platform-Specific Drivers5#6obj-$(CONFIG_MLXBF_BOOTCTL)	+= mlxbf-bootctl.o7obj-$(CONFIG_MLXBF_PMC)		+= mlxbf-pmc.o8obj-$(CONFIG_MLXBF_TMFIFO)	+= mlxbf-tmfifo.o9obj-$(CONFIG_MLXREG_HOTPLUG)	+= mlxreg-hotplug.o10obj-$(CONFIG_MLXREG_IO) += mlxreg-io.o11obj-$(CONFIG_MLXREG_LC) += mlxreg-lc.o12obj-$(CONFIG_NVSW_SN2201) += nvsw-sn2201.o13