> > BTW: > why not using Kconfig.x86_32 instead of Kconfig.i386? See scripts/kconfig/Makefile: Here we use (in the x86 case): Kconfig := arch/$(SRCARCH)/Kconfig.$(ARCH) So the "i386" comes from ARCH equals to i386. The advantage is that the patch to kconfig is generic so other arch's can use SRCARCH if they like without having a hardcoded list in the kconfig Makefile. Sam - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- References:
- [PATCH 0/6] kill i386 and x86_64 directories
- From: Sam Ravnborg <[email protected]>
- [PATCH 5/6] x86: move i386 and x86_64 Kconfig files to x86 directory
- From: Sam Ravnborg <[email protected]>
- Re: [PATCH 5/6] x86: move i386 and x86_64 Kconfig files to x86 directory
- From: "Yinghai Lu" <[email protected]>
- Re: [PATCH 5/6] x86: move i386 and x86_64 Kconfig files to x86 directory
- From: Randy Dunlap <[email protected]>
- Re: [PATCH 5/6] x86: move i386 and x86_64 Kconfig files to x86 directory
- From: "Yinghai Lu" <[email protected]>
- Re: [PATCH 5/6] x86: move i386 and x86_64 Kconfig files to x86 directory
- From: Sam Ravnborg <[email protected]>
- Re: [PATCH 5/6] x86: move i386 and x86_64 Kconfig files to x86 directory
- From: "Yinghai Lu" <[email protected]>
- [PATCH 0/6] kill i386 and x86_64 directories
- Prev by Date: [AppArmor 07/45] Add a struct vfsmount parameter to vfs_mknod()
- Next by Date: [AppArmor 08/45] Pass struct vfsmount to the inode_mknod LSM hook
- Previous by thread: Re: [PATCH 5/6] x86: move i386 and x86_64 Kconfig files to x86 directory
- Next by thread: [PATCH 6/6] x86: kill the old i386 and x86_64 directories
- Index(es):