Staging
v0.5.1
swh:1:snp:a902887e4be9191b7c6c4406aa06b31c1ce2c7cc
Raw File
Tip revision: 1bae4ce27c9c90344f23c65ea6966c50ffeae2f5 authored by Linus Torvalds on 22 January 2011, 03:01:34 UTC
Linux 2.6.38-rc2
Tip revision: 1bae4ce
Makefile
#
#  Makefile for the Linux Controller Area Network core.
#

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

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

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