diff options
author | Oliver Hartkopp <oliver@hartkopp.net> | 2007-12-27 16:51:46 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 14:54:13 -0800 |
commit | 1f98eefae8ca451d317b1602f2cedf7515b032ff (patch) | |
tree | 708923bfda749548bdf036c2d20756640f119ba7 /include/linux/can | |
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/can')
-rw-r--r-- | include/linux/can/Kbuild | 3 |
1 files changed, 3 insertions, 0 deletions
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 |