Revision 1e6c5c4e4c98af5f9e905b860f4536dcc8e92402 authored by Linus Torvalds on 24 February 2010, 18:51:21 UTC, committed by Linus Torvalds on 24 February 2010, 18:51:21 UTC
* 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6:
  parisc: Set PCI CLS early in boot.
2 parent s 46fe243 + 5fd4514
Raw File
Makefile
#
#  Makefile for the Linux Controller Area Network core.
#

obj-$(CONFIG_CAN)	+= can.o
can-objs		:= af_can.o proc.o

obj-$(CONFIG_CAN_RAW)	+= can-raw.o
can-raw-objs		:= raw.o

obj-$(CONFIG_CAN_BCM)	+= can-bcm.o
can-bcm-objs		:= bcm.o
back to top