7 lines
151 B
Makefile
7 lines
151 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
obj-$(CONFIG_FWCTL) += fwctl.o
|
|
obj-$(CONFIG_FWCTL_MLX5) += mlx5/
|
|
obj-$(CONFIG_FWCTL_PDS) += pds/
|
|
|
|
fwctl-y += main.o
|