mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Gaël UTARD" <gael.utard@seanodes.com>
To: kai@germaschewski.name, sam@ravnborg.org
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] kbuild: fix external modules build
Date: Thu, 5 Jan 2006 11:46:58 +0100	[thread overview]
Message-ID: <200601051146.58824.gael.utard@seanodes.com> (raw)

The patch 2dd34b488a99135ad2a529e33087ddd6a09e992a breaks external modules 
build since include/linux/autoconf.h is not found in the header files 
directories.

Signed-off-by: Gaël Utard <gael.utard@seanodes.com>

--- linux-2.6.15/Makefile.orig	2006-01-05 10:54:15.000000000 +0100
+++ linux-2.6.15/Makefile	2006-01-05 10:55:05.000000000 +0100
@@ -348,7 +348,7 @@
 # Needed to be compatible with the O= option
 LINUXINCLUDE    := -Iinclude \
                    $(if $(KBUILD_SRC),-Iinclude2 -I$(srctree)/include) \
-		   -include include/linux/autoconf.h
+		   -include linux/autoconf.h
 
 CPPFLAGS        := -D__KERNEL__ $(LINUXINCLUDE)
 

             reply	other threads:[~2006-01-05 10:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-05 10:46 Gaël UTARD [this message]
2006-01-06 19:55 ` Sam Ravnborg

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=200601051146.58824.gael.utard@seanodes.com \
    --to=gael.utard@seanodes.com \
    --cc=kai@germaschewski.name \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sam@ravnborg.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®