1
0
Fork 0

[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>
hifive-unleashed-5.1
Oliver Hartkopp 2007-12-27 16:51:46 -08:00 committed by David S. Miller
parent 4195e31780
commit 1f98eefae8
2 changed files with 5 additions and 0 deletions

View 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

View File

@ -0,0 +1,3 @@
header-y += raw.h
header-y += bcm.h
header-y += error.h