Makefile 243 B

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