xref: /linux/drivers/net/can/ctucanfd/Makefile (revision ae22a94997b8a03dcb3c922857c203246711f9d4)
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