From 0a76578338897752549d02ac4120786a06ed9742 Mon Sep 17 00:00:00 2001 From: Oliver Hartkopp Date: Thu, 27 Dec 2007 16:51:46 -0800 Subject: [PATCH] --- yaml --- r: 78139 b: refs/heads/master c: 1f98eefae8ca451d317b1602f2cedf7515b032ff h: refs/heads/master i: 78137: 38170b41c3c72590f0a3d466dd1798eaaf2b361a 78135: b040454cb99c5eab40f5d9e4dd9aa4af8e8e642b v: v3 --- [refs] | 2 +- trunk/include/linux/Kbuild | 2 ++ trunk/include/linux/can/Kbuild | 3 +++ 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 trunk/include/linux/can/Kbuild diff --git a/[refs] b/[refs] index dfc0ccbaebfa..681093f30368 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4195e31780a20e09c6e793c2d96390e05309e226 +refs/heads/master: 1f98eefae8ca451d317b1602f2cedf7515b032ff diff --git a/trunk/include/linux/Kbuild b/trunk/include/linux/Kbuild index bd694f779346..a85e87fd60d7 100644 --- a/trunk/include/linux/Kbuild +++ b/trunk/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/trunk/include/linux/can/Kbuild b/trunk/include/linux/can/Kbuild new file mode 100644 index 000000000000..eff898aac02b --- /dev/null +++ b/trunk/include/linux/can/Kbuild @@ -0,0 +1,3 @@ +header-y += raw.h +header-y += bcm.h +header-y += error.h