* [PATCH] kbuild: fix external modules build
@ 2006-01-05 10:46 Gaël UTARD
2006-01-06 19:55 ` Sam Ravnborg
0 siblings, 1 reply; 2+ messages in thread
From: Gaël UTARD @ 2006-01-05 10:46 UTC (permalink / raw)
To: kai, sam; +Cc: linux-kernel
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)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] kbuild: fix external modules build
2006-01-05 10:46 [PATCH] kbuild: fix external modules build Gaël UTARD
@ 2006-01-06 19:55 ` Sam Ravnborg
0 siblings, 0 replies; 2+ messages in thread
From: Sam Ravnborg @ 2006-01-06 19:55 UTC (permalink / raw)
To: Ga?l UTARD; +Cc: kai, linux-kernel
On Thu, Jan 05, 2006 at 11:46:58AM +0100, Ga?l UTARD wrote:
> The patch 2dd34b488a99135ad2a529e33087ddd6a09e992a breaks external modules
> build since include/linux/autoconf.h is not found in the header files
> directories.
Hi Gael.
Can you please elaborate a little more of what error you see (show
output of make with V=1 option.
Also try to show the directory structure you use.
Reason for this is that is works for me - so please let me know what you
exactly try to fix.
Thanks,
Sam
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-01-06 19:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-05 10:46 [PATCH] kbuild: fix external modules build Gaël UTARD
2006-01-06 19:55 ` Sam Ravnborg
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®