From: Oliver Hartkopp <oliver@hartkopp.net>
To: David Miller <davem@davemloft.net>
Cc: Sam Ravnborg <sam@ravnborg.org>,
Urs Thuermann <urs@isnogud.escape.de>,
netdev@vger.kernel.org
Subject: [PATCH net-2.6.25] CAN: Add missing Kbuild entries
Date: Thu, 27 Dec 2007 21:14:53 +0100 [thread overview]
Message-ID: <477407BD.1040406@hartkopp.net> (raw)
[-- Attachment #1: Type: text/plain, Size: 289 bytes --]
This patch adds the missing Kbuild entries and the missing Kbuild file
in include/linux/can for the CAN subsystem.
It applies on the current net-2.6.25 tree.
Tnx & best regards,
Oliver
Signed-off-by: Oliver Hartkopp <oliver@hartkopp.net>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
---
[-- Attachment #2: Kbuild-CAN.patch --]
[-- Type: text/x-diff, Size: 967 bytes --]
diff -uprN -X net-2.6.25/Documentation/dontdiff net-2.6.25/include/linux/can/Kbuild export/net2625-2007-12-27/include/linux/can/Kbuild
--- net-2.6.25/include/linux/can/Kbuild 1970-01-01 01:00:00.000000000 +0100
+++ export/net2625-2007-12-27/include/linux/can/Kbuild 2007-12-27 20:35:22.000000000 +0100
@@ -0,0 +1,3 @@
+header-y += raw.h
+header-y += bcm.h
+header-y += error.h
diff -uprN -X net-2.6.25/Documentation/dontdiff net-2.6.25/include/linux/Kbuild export/net2625-2007-12-27/include/linux/Kbuild
--- net-2.6.25/include/linux/Kbuild 2007-12-15 19:33:20.000000000 +0100
+++ export/net2625-2007-12-27/include/linux/Kbuild 2007-12-27 20:35:22.000000000 +0100
@@ -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
next reply other threads:[~2007-12-27 20:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-27 20:14 Oliver Hartkopp [this message]
2007-12-28 0:52 ` [PATCH net-2.6.25] CAN: Add missing Kbuild entries David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=477407BD.1040406@hartkopp.net \
--to=oliver@hartkopp.net \
--cc=davem@davemloft.net \
--cc=netdev@vger.kernel.org \
--cc=sam@ravnborg.org \
--cc=urs@isnogud.escape.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.