[CAN]: Add missing Kbuild entries
authorOliver Hartkopp <oliver@hartkopp.net>
Fri, 28 Dec 2007 00:51:46 +0000 (16:51 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:54:13 +0000 (14:54 -0800)
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>
include/linux/Kbuild
include/linux/can/Kbuild [new file with mode: 0644]

index bd694f7..a85e87f 100644 (file)
@@ -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 (file)
index 0000000..eff898a
--- /dev/null
@@ -0,0 +1,3 @@
+header-y += raw.h
+header-y += bcm.h
+header-y += error.h