Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=1f98eefae8ca451d317b1602f2cedf7515b032ff
Commit:     1f98eefae8ca451d317b1602f2cedf7515b032ff
Parent:     4195e31780a20e09c6e793c2d96390e05309e226
Author:     Oliver Hartkopp <[EMAIL PROTECTED]>
AuthorDate: Thu Dec 27 16:51:46 2007 -0800
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Mon Jan 28 14:54:13 2008 -0800

    [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]>
---
 include/linux/Kbuild     |    2 ++
 include/linux/can/Kbuild |    3 +++
 2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/include/linux/Kbuild b/include/linux/Kbuild
index bd694f7..a85e87f 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 0000000..eff898a
--- /dev/null
+++ b/include/linux/can/Kbuild
@@ -0,0 +1,3 @@
+header-y += raw.h
+header-y += bcm.h
+header-y += error.h
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to