xref: /linux/drivers/fwctl/Makefile (revision c12cc42dadd85dea210d5699d4f21def827382eb)
1# SPDX-License-Identifier: GPL-2.0
2obj-$(CONFIG_FWCTL) += fwctl.o
3obj-$(CONFIG_FWCTL_BNXT) += bnxt/
4obj-$(CONFIG_FWCTL_MLX5) += mlx5/
5obj-$(CONFIG_FWCTL_PDS) += pds/
6
7fwctl-y += main.o
8