xref: /linux/drivers/net/can/ctucanfd/Makefile (revision 00e07cfbdf0b232f7553f0175f8f4e8d792f7e90)
1# SPDX-License-Identifier: GPL-2.0-or-later
2#
3# Makefile for the CTU CAN-FD IP module drivers
4#
5
6obj-$(CONFIG_CAN_CTUCANFD) := ctucanfd.o
7ctucanfd-y := ctucanfd_base.o
8
9obj-$(CONFIG_CAN_CTUCANFD_PCI) += ctucanfd_pci.o
10obj-$(CONFIG_CAN_CTUCANFD_PLATFORM) += ctucanfd_platform.o
11