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