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