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