xref: /openbmc/linux/drivers/net/can/sja1000/Makefile (revision d1a277c5)
1429da1ccSWolfgang Grandegger#
2429da1ccSWolfgang Grandegger#  Makefile for the SJA1000 CAN controller drivers.
3429da1ccSWolfgang Grandegger#
4429da1ccSWolfgang Grandegger
5429da1ccSWolfgang Grandeggerobj-$(CONFIG_CAN_SJA1000) += sja1000.o
6f534e52fSWolfgang Grandeggerobj-$(CONFIG_CAN_SJA1000_PLATFORM) += sja1000_platform.o
7d1a277c5SWolfgang Grandeggerobj-$(CONFIG_CAN_SJA1000_OF_PLATFORM) += sja1000_of_platform.o
8a61a8423SWolfgang Grandeggerobj-$(CONFIG_CAN_EMS_PCI) += ems_pci.o
93878fb6fSWolfgang Grandeggerobj-$(CONFIG_CAN_KVASER_PCI) += kvaser_pci.o
10429da1ccSWolfgang Grandegger
11429da1ccSWolfgang Grandeggerccflags-$(CONFIG_CAN_DEBUG_DEVICES) := -DDEBUG
12