diff options
| author | Oliver Hartkopp <[email protected]> | 2007-12-28 00:51:46 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2008-01-28 22:54:13 +0000 |
| commit | 1f98eefae8ca451d317b1602f2cedf7515b032ff (patch) | |
| tree | 708923bfda749548bdf036c2d20756640f119ba7 | |
| parent | [CAN]: Fix plain integer definitions in userspace header. (diff) | |
| download | kernel-1f98eefae8ca451d317b1602f2cedf7515b032ff.tar.gz kernel-1f98eefae8ca451d317b1602f2cedf7515b032ff.zip | |
[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 <[email protected]>
Acked-by: Sam Ravnborg <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
| -rw-r--r-- | include/linux/Kbuild | 2 | ||||
| -rw-r--r-- | include/linux/can/Kbuild | 3 |
2 files changed, 5 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 @@ header-y += byteorder/ +header-y += can/ header-y += dvb/ header-y += hdlc/ header-y += isdn/ @@ -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 diff --git a/include/linux/can/Kbuild b/include/linux/can/Kbuild new file mode 100644 index 000000000000..eff898aac02b --- /dev/null +++ b/include/linux/can/Kbuild @@ -0,0 +1,3 @@ +header-y += raw.h +header-y += bcm.h +header-y += error.h |
