Lines Matching refs:arch
62 arch/$(ARCH)/Makefile the arch Makefile.
74 configuration. The top Makefile textually includes an arch Makefile
75 with the name arch/$(ARCH)/Makefile. The arch Makefile supplies
103 as sparc or ia64. Arch developers need to know about the arch Makefile
109 This document is aimed towards normal developers and arch developers.
249 #arch/x86/lib/Makefile
257 Use of lib-y is normally restricted to lib/ and arch/*/lib.
310 #arch/sparc/kernel/Makefile
316 #arch/cris/boot/compressed/Makefile
317 ldflags-y += -T $(srctree)/$(src)/decompress_$(arch-y).lds
349 # arch/arm/kernel/Makefile
410 #arch/blackfin/boot/Makefile
430 #arch/sh/Makefile
444 #arch/x86/kernel/Makefile
463 #arch/x86/Makefile
477 #arch/ppc/Makefile
525 #arch/x86/Makefile
555 #arch/powerpc/Makefile
575 build (host arch is different from target arch). And if CROSS_COMPILE
579 #arch/m68k/Makefile
685 #arch/ppc64/boot/Makefile
783 #arch/x86/boot/Makefile
793 #arch/x86/Makefile
795 $(Q)$(MAKE) $(clean)=arch/x86/boot
797 When "make clean" is executed, make will descend down in arch/x86/boot,
798 and clean as usual. The Makefile located in arch/x86/boot/ may use
801 Note 1: arch/$(ARCH)/Makefile cannot use "subdir-", because that file is
813 arch/$(ARCH)/Makefile contains what is required to set up kbuild
815 To do so, arch/$(ARCH)/Makefile sets up a number of variables and defines
822 - Additional prerequisites are specified in arch/$(ARCH)/Makefile
825 - The values of the above variables are expanded in arch/$(ARCH)/Makefile.
829 arch/$(ARCH)/Makefile.
844 #arch/s390/Makefile
862 #arch/x86/Makefile
873 #arch/s390/Makefile
876 #arch/s390/boot/Makefile
889 #arch/sparc64/Makefile
900 #arch/x86/boot/compressed/Makefile
905 Many arch Makefiles dynamically run the target C compiler to
908 #arch/x86/Makefile
929 $(KBUILD_AFLAGS_MODULE) is used to add arch-specific options that
940 $(KBUILD_CFLAGS_MODULE) is used to add arch-specific options that
946 $(KBUILD_LDFLAGS_MODULE) is used to add arch-specific options
983 #arch/arm/Makefile
994 An arch Makefile cooperates with the top Makefile to define variables
996 corresponding arch-specific section for modules; the module-building
1012 and arch/$(ARCH)/Makefile only adds architecture-specific directories.
1015 #arch/sparc64/Makefile
1016 core-y += arch/sparc64/kernel/
1017 libs-y += arch/sparc64/prom/ arch/sparc64/lib/
1018 drivers-$(CONFIG_OPROFILE) += arch/sparc64/oprofile/
1023 An arch Makefile specifies goals that take the vmlinux file, compress
1029 directory below arch/$(ARCH)/.
1032 target specified in boot/. Therefore arch/$(ARCH)/Makefile shall
1036 arch/$(ARCH)/Makefile, and use the full path when calling down
1037 into the arch/$(ARCH)/boot/Makefile.
1040 #arch/x86/Makefile
1041 boot := arch/x86/boot
1053 #arch/x86/Makefile
1055 echo '* bzImage - Image (arch/$(ARCH)/boot/bzImage)'
1067 #arch/x86/Makefile
1085 #arch/x86/kernel/Makefile
1128 arch/$(ARCH)/Makefile.
1135 #arch/x86/boot/Makefile
1196 BUILD arch/x86/boot/bzImage
1204 arch/$(ARCH)/kernel/vmlinux.lds is used.
1210 #arch/x86/kernel/Makefile
1289 #arch/xtensa/platforms/s6105/include/platform/Kbuild
1299 arch/$(ARCH)/include/asm/Kbuild like this:
1302 #arch/x86/include/asm/Kbuild
1309 arch/$(ARCH)/include/generated/asm
1328 These variables define the current kernel version. A few arch
1344 version strings. Some arch Makefiles use it for this purpose.
1361 This variable defines a place for the arch Makefiles to install