Home
last modified time | relevance | path

Searched refs:ARCH (Results 1 – 6 of 6) sorted by relevance

/scripts/
A Ddecodecode66 if [ -z "$ARCH" ]; then
68 aarch64*) ARCH=arm64 ;;
69 arm*) ARCH=arm ;;
70 loongarch*) ARCH=loongarch ;;
81 if [ "$ARCH" = "arm" ]; then
89 if [ "$ARCH" = "arm64" ]; then
97 if [ "$ARCH" = "riscv" ]; then
102 if [ "$ARCH" = "loongarch" ]; then
140 if [ "$ARCH" = "riscv" ]; then
A DMakefile.autoconf40 -I$(srctree)/arch/$(ARCH)/include \
134 $(Q)if [ -d $(KBUILD_SRC)/arch/$(ARCH)/mach-$(SOC)/include/mach ]; then \
135 dest=arch/$(ARCH)/mach-$(SOC)/include/mach; \
137 dest=arch/$(ARCH)/include/asm/arch-$(if $(SOC),$(SOC),$(CPU)); \
141 $(Q)if [ -d arch/$(ARCH)/mach-$(SOC)/include/mach ]; then \
146 ln -fsn $$dest arch/$(ARCH)/include/asm/arch
A DMakefile.dts10 dt_dir := $(srctree)/dts/upstream/src/$(ARCH)
A DMakefile.xpl86 include $(srctree)/arch/$(ARCH)/Makefile
142 PLATFORM_LIBGCC = arch/$(ARCH)/lib/lib.a
188 LDSCRIPT := $(srctree)/arch/$(ARCH)/cpu/u-boot-spl.lds
442 -A $(ARCH) \
580 dt_dir := dts/upstream/src/$(ARCH)
583 dt_dir := arch/$(ARCH)/dts
A DMakefile.lib198 u_boot_dtsi_loc = $(srctree)/arch/$(ARCH)/dts/
A DMakefile.build396 cmd_cpp_lds_S = $(CPP) $(cpp_flags) -P -U$(ARCH) \

Completed in 9 milliseconds