Lines Matching refs:arch
7 $(Q)$(MAKE) $(build)=arch/loongarch/tools elf-entry
8 $(Q)$(MAKE) $(build)=arch/loongarch/boot/tools relocs
105 include arch/loongarch/Kbuild.platforms
107 entry-y = $(shell $(objtree)/arch/loongarch/tools/elf-entry vmlinux)
108 drivers-$(CONFIG_PCI) += arch/loongarch/pci/
138 head-y := arch/loongarch/kernel/head.o
140 libs-y += arch/loongarch/lib/
142 # See arch/loongarch/Kbuild for content of core part of the kernel
143 core-y += arch/loongarch/
145 drivers-y += arch/loongarch/crypto/
148 drivers-$(CONFIG_PM) += arch/loongarch/power/
153 $(Q)$(MAKE) $(build)=arch/loongarch/vdso include/generated/vdso-offsets.h
158 $(Q)$(MAKE) $(build)=arch/loongarch/vdso $@
160 # boot image targets (arch/loongarch/boot/)
163 # compressed boot image targets (arch/loongarch/boot/compressed/)
172 $(Q)$(MAKE) $(build)=arch/loongarch/boot VMLINUX=vmlinux \
173 $(bootvars-y) arch/loongarch/boot/$@
178 $(Q)$(MAKE) $(build)=arch/loongarch/boot/compressed \
197 $(Q)$(MAKE) $(clean)=arch/loongarch/boot
198 $(Q)$(MAKE) $(clean)=arch/loongarch/boot/compressed
199 $(Q)$(MAKE) $(clean)=arch/loongarch/boot/tools
200 $(Q)$(MAKE) $(clean)=arch/loongarch/tools