Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 224458
b: refs/heads/master
c: bac14e0
h: refs/heads/master
v: v3
  • Loading branch information
Tracey Dent authored and David S. Miller committed Nov 22, 2010
1 parent 471f61f commit 6d318e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a3106d032fb17283c96fa041f8285e6926ae074d
refs/heads/master: bac14e017830bd204b3a1bd55f42b0841c02e995
6 changes: 3 additions & 3 deletions trunk/net/can/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
#

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

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

obj-$(CONFIG_CAN_BCM) += can-bcm.o
can-bcm-objs := bcm.o
can-bcm-y := bcm.o

0 comments on commit 6d318e4

Please sign in to comment.