Skip to content

Commit

Permalink
[CAN]: Add missing Kbuild entries
Browse files Browse the repository at this point in the history
This patch adds the missing Kbuild entries and the missing Kbuild file
in include/linux/can for the CAN subsystem.

Signed-off-by: Oliver Hartkopp <[email protected]>
Acked-by: Sam Ravnborg <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Oliver Hartkopp authored and davem330 committed Jan 28, 2008
1 parent 4195e31 commit 1f98eef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/linux/Kbuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
header-y += byteorder/
header-y += can/
header-y += dvb/
header-y += hdlc/
header-y += isdn/
Expand Down Expand Up @@ -41,6 +42,7 @@ header-y += baycom.h
header-y += bfs_fs.h
header-y += blkpg.h
header-y += bpqether.h
header-y += can.h
header-y += cdk.h
header-y += chio.h
header-y += coda_psdev.h
Expand Down
3 changes: 3 additions & 0 deletions include/linux/can/Kbuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
header-y += raw.h
header-y += bcm.h
header-y += error.h

0 comments on commit 1f98eef

Please sign in to comment.