diff options
author | Oliver Hartkopp <oliver@hartkopp.net> | 2007-12-27 19:51:46 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 17:54:13 -0500 |
commit | 1f98eefae8ca451d317b1602f2cedf7515b032ff (patch) | |
tree | 708923bfda749548bdf036c2d20756640f119ba7 /include/linux/Kbuild | |
parent | 4195e31780a20e09c6e793c2d96390e05309e226 (diff) |
[CAN]: Add missing Kbuild entries
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 <oliver@hartkopp.net>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/Kbuild')
-rw-r--r-- | include/linux/Kbuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/Kbuild b/include/linux/Kbuild index bd694f779346..a85e87fd60d7 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild | |||
@@ -1,4 +1,5 @@ | |||
1 | header-y += byteorder/ | 1 | header-y += byteorder/ |
2 | header-y += can/ | ||
2 | header-y += dvb/ | 3 | header-y += dvb/ |
3 | header-y += hdlc/ | 4 | header-y += hdlc/ |
4 | header-y += isdn/ | 5 | header-y += isdn/ |
@@ -41,6 +42,7 @@ header-y += baycom.h | |||
41 | header-y += bfs_fs.h | 42 | header-y += bfs_fs.h |
42 | header-y += blkpg.h | 43 | header-y += blkpg.h |
43 | header-y += bpqether.h | 44 | header-y += bpqether.h |
45 | header-y += can.h | ||
44 | header-y += cdk.h | 46 | header-y += cdk.h |
45 | header-y += chio.h | 47 | header-y += chio.h |
46 | header-y += coda_psdev.h | 48 | header-y += coda_psdev.h |