Lines Matching refs:ARCH
62 arch/$(ARCH)/Makefile the arch Makefile.
75 with the name arch/$(ARCH)/Makefile. The arch Makefile supplies
580 ifneq ($(SUBARCH),$(ARCH))
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.
1012 and arch/$(ARCH)/Makefile only adds architecture-specific directories.
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.
1055 echo '* bzImage - Image (arch/$(ARCH)/boot/bzImage)'
1128 arch/$(ARCH)/Makefile.
1204 arch/$(ARCH)/kernel/vmlinux.lds is used.
1214 export CPPFLAGS_vmlinux.lds += -P -C -U$(ARCH)
1299 arch/$(ARCH)/include/asm/Kbuild like this:
1309 arch/$(ARCH)/include/generated/asm
1346 ARCH
1349 "arm", or "sparc". Some kbuild Makefiles test $(ARCH) to
1352 By default, the top Makefile sets $(ARCH) to be the same as the
1354 override the value of $(ARCH) on the command line:
1356 make ARCH=m68k ...