Makefile 204 B

12345678910
  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. ccflags-$(CONFIG_CAN_DEBUG_DEVICES) := -DDEBUG