linux/drivers/net/can/Makefile
<<
>>
Prefs
   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-y                           += usb/
  11
  12obj-$(CONFIG_CAN_SJA1000)       += sja1000/
  13obj-$(CONFIG_CAN_AT91)          += at91_can.o
  14
  15ccflags-$(CONFIG_CAN_DEBUG_DEVICES) := -DDEBUG
  16
lxr.linux.no kindly hosted by Redpill Linpro AS, provider of Linux consulting and operations services since 1995.