1# 2# Makefile for the Linux Controller Area Network drivers. 3# 4 5obj-$(CONFIG_CAN_VCAN) += vcan.o 6 7obj-$(CONFIG_CAN_DEV) += can-dev.o 8can-dev-y := dev.o 9 10obj-$(CONFIG_CAN_SJA1000) += sja1000/ 11 12ccflags-$(CONFIG_CAN_DEBUG_DEVICES) := -DDEBUG 13