1*4882a593Smuzhiyun# SPDX-License-Identifier: GPL-2.0 2*4882a593Smuzhiyun# 3*4882a593Smuzhiyun# Makefile for linux/drivers/platform/mellanox 4*4882a593Smuzhiyun# Mellanox Platform-Specific Drivers 5*4882a593Smuzhiyun# 6*4882a593Smuzhiyunobj-$(CONFIG_MLXBF_BOOTCTL) += mlxbf-bootctl.o 7*4882a593Smuzhiyunobj-$(CONFIG_MLXBF_TMFIFO) += mlxbf-tmfifo.o 8*4882a593Smuzhiyunobj-$(CONFIG_MLXREG_HOTPLUG) += mlxreg-hotplug.o 9*4882a593Smuzhiyunobj-$(CONFIG_MLXREG_IO) += mlxreg-io.o 10