Home
last modified time | relevance | path

Searched refs:MACHINE (Results 1 – 5 of 5) sorted by relevance

/arch/cris/
DMakefile74 MACHINE := arch/cris/$(SARCH) macro
79 $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $(boot)/$@
89 $(MACHINE)/boot/zImage \
90 $(MACHINE)/boot/compressed/decompress.bin \
91 $(MACHINE)/boot/compressed/piggy.gz \
92 $(MACHINE)/boot/rescue/rescue.bin
/arch/arm/
DMakefile166 MACHINE := arch/arm/mach-$(word 1,$(machine-y))/ macro
168 MACHINE := macro
224 $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $(boot)/$@
227 $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $@
237 bp:; $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $(boot)/bootpImage
238 i zi:; $(Q)$(MAKE) $(build)=$(boot) MACHINE=$(MACHINE) $@
/arch/blackfin/
DMakefile53 MACHINE := $(machine-y) macro
54 export MACHINE
110 core-y += arch/$(ARCH)/mach-$(MACHINE)/
111 core-y += arch/$(ARCH)/mach-$(MACHINE)/boards/
127 KBUILD_CFLAGS += -Iarch/$(ARCH)/mach-$(MACHINE)/include
/arch/parisc/
DMakefile25 MACHINE := $(shell uname -m) macro
26 ifeq ($(MACHINE),parisc*)
/arch/arm/boot/
DMakefile16 ifneq ($(MACHINE),)
17 include $(srctree)/$(MACHINE)/Makefile.boot