xref: /linux/drivers/fwctl/Makefile (revision 201ba706318d460a2ea660e3652610be62532a70)
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