Makefile 261 B

1234567891011121314
  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-y += usb/
  8. obj-$(CONFIG_CAN_SJA1000) += sja1000/
  9. ccflags-$(CONFIG_CAN_DEBUG_DEVICES) := -DDEBUG