Bugzilla – Attachment 67055 Details for
Bug 148404
asm/highmem.h is missing on PPC and PPC64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
Fix building external modules on ppc32
extmod-ppc.diff (text/plain), 1.07 KB, created by
Andreas Gruenbacher
on 2006-02-08 17:20:10 UTC
(
hide
)
Description:
Fix building external modules on ppc32
Filename:
MIME Type:
Creator:
Andreas Gruenbacher
Created:
2006-02-08 17:20:10 UTC
Size:
1.07 KB
patch
obsolete
>From: Andreas Gruenbacher <agruen@suse.de> >Subject: Fix building external modules on ppc32 > >We are setting up sources for building external modules like this: > > /usr/src/linux-obj> # create a .config file > /usr/src/linux-obj> make -C /usr/src/linux O=$PWD oldconfig > /usr/src/linux-obj> make -C /usr/src/linux O=$PWD prepare > /usr/src/linux-obj> make -C /usr/src/linux O=$PWD scripts > /usr/src/linux-obj> make -C /usr/src/linux O=$PWD clean > >After that, external modules can be built with: > > /usr/src/module> make -C /usr/src/linux-obj M=$PWD > >This fails for ppc32 because the `make clean' removes the >arch/powerpc/include directory. This should be done in >archmrproper instead of in archclean. > >Signed-off-by: Andreas Gruenbacher <agruen@suse.de> > >Index: linux-2.6.15/arch/powerpc/Makefile >=================================================================== >--- linux-2.6.15.orig/arch/powerpc/Makefile >+++ linux-2.6.15/arch/powerpc/Makefile >@@ -167,6 +167,8 @@ endef > > archclean: > $(Q)$(MAKE) $(clean)=$(boot) >+ >+archmrproper: > $(Q)rm -rf arch/$(ARCH)/include > > archprepare: checkbin
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 148404
: 67055