1# SPDX-License-Identifier: GPL-2.0-only
2
3softing-y := softing_main.o softing_fw.o
4obj-$(CONFIG_CAN_SOFTING) += softing.o
5obj-$(CONFIG_CAN_SOFTING_CS) += softing_cs.o
6