Searched refs:SUBARCH (Results 1 - 23 of 23) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/um/
H A DMakefile27 ARCH_INCLUDE += -I$(srctree)/$(ARCH_DIR)/sys-$(SUBARCH)/shared
31 KBUILD_CPPFLAGS += -I$(srctree)/$(ARCH_DIR)/sys-$(SUBARCH)
41 KBUILD_CFLAGS += $(CFLAGS) $(CFLAGS-y) -D__arch_um__ -DSUBARCH=\"$(SUBARCH)\" \
52 include $(srctree)/$(ARCH_DIR)/Makefile-$(SUBARCH)
131 $(ARCH_DIR)/sys-$(SUBARCH)/user-offsets.s: FORCE
132 $(Q)$(MAKE) $(build)=$(ARCH_DIR)/sys-$(SUBARCH) $@
147 $(SHARED_HEADERS)/user_constants.h: $(ARCH_DIR)/sys-$(SUBARCH)/user-offsets.s
154 export SUBARCH USER_CFLAGS CFLAGS_NO_HARDENING OS HEADER_ARCH DEV_NULL_PATH
H A DKconfig.x8616 default SUBARCH = "x86_64"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/um/
H A DMakefile27 ARCH_INCLUDE += -I$(srctree)/$(ARCH_DIR)/sys-$(SUBARCH)/shared
31 KBUILD_CPPFLAGS += -I$(srctree)/$(ARCH_DIR)/sys-$(SUBARCH)
41 KBUILD_CFLAGS += $(CFLAGS) $(CFLAGS-y) -D__arch_um__ -DSUBARCH=\"$(SUBARCH)\" \
52 include $(srctree)/$(ARCH_DIR)/Makefile-$(SUBARCH)
131 $(ARCH_DIR)/sys-$(SUBARCH)/user-offsets.s: FORCE
132 $(Q)$(MAKE) $(build)=$(ARCH_DIR)/sys-$(SUBARCH) $@
147 $(SHARED_HEADERS)/user_constants.h: $(ARCH_DIR)/sys-$(SUBARCH)/user-offsets.s
154 export SUBARCH USER_CFLAGS CFLAGS_NO_HARDENING OS HEADER_ARCH DEV_NULL_PATH
H A DKconfig.x8616 default SUBARCH = "x86_64"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/um/scripts/
H A DMakefile.rules13 -Dunix -D__unix__ -D__$(SUBARCH)__ $(CF)
22 -Dunix -D__unix__ -D__$(SUBARCH)__ $(CF)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/um/scripts/
H A DMakefile.rules13 -Dunix -D__unix__ -D__$(SUBARCH)__ $(CF)
22 -Dunix -D__unix__ -D__$(SUBARCH)__ $(CF)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/um/os-Linux/
H A DMakefile8 umid.o tls.o user_syms.o util.o drivers/ sys-$(SUBARCH)/ skas/
14 CFLAGS_user_syms.o += -DSUBARCH_$(SUBARCH)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/um/os-Linux/
H A DMakefile8 umid.o tls.o user_syms.o util.o drivers/ sys-$(SUBARCH)/ skas/
14 CFLAGS_user_syms.o += -DSUBARCH_$(SUBARCH)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/scripts/
H A Dtags.sh8 # ARCH, SUBARCH, SRCARCH, srctree, src, obj
172 # Support um (which uses SUBARCH)
174 if [ "$SUBARCH" = "i386" ]; then
176 elif [ "$SUBARCH" = "x86_64" ]; then
179 archinclude=${SUBARCH}
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/scripts/
H A Dtags.sh8 # ARCH, SUBARCH, SRCARCH, srctree, src, obj
172 # Support um (which uses SUBARCH)
174 if [ "$SUBARCH" = "i386" ]; then
176 elif [ "$SUBARCH" = "x86_64" ]; then
179 archinclude=${SUBARCH}
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/um/kernel/
H A DMakefile6 CPPFLAGS_vmlinux.lds := -U$(SUBARCH) -DSTART=$(LDS_START) \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/um/kernel/
H A DMakefile6 CPPFLAGS_vmlinux.lds := -U$(SUBARCH) -DSTART=$(LDS_START) \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68k/
H A DMakefile22 ifneq ($(SUBARCH),$(ARCH))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m68k/
H A DMakefile22 ifneq ($(SUBARCH),$(ARCH))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/
H A DMakefile184 # SUBARCH tells the usermode build what the underlying arch is. That is set
188 # SUBARCH is subsequently ignored.
191 SUBARCH := $(shell echo $(CROSS_COMPILE) | cut -d- -f1) macro
193 SUBARCH := $(shell uname -m) macro
195 SUBARCH := $(shell echo $(SUBARCH) | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \ macro
200 ARCH ?= $(SUBARCH)
1172 ALLINCLUDE_ARCHS := $(ARCH) $(SUBARCH)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/
H A DMakefile184 # SUBARCH tells the usermode build what the underlying arch is. That is set
188 # SUBARCH is subsequently ignored.
191 SUBARCH := $(shell echo $(CROSS_COMPILE) | cut -d- -f1) macro
193 SUBARCH := $(shell uname -m) macro
195 SUBARCH := $(shell echo $(SUBARCH) | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \ macro
200 ARCH ?= $(SUBARCH)
1172 ALLINCLUDE_ARCHS := $(ARCH) $(SUBARCH)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/
H A DMakefile184 # SUBARCH tells the usermode build what the underlying arch is. That is set
188 # SUBARCH is subsequently ignored.
191 SUBARCH := $(shell echo $(CROSS_COMPILE) | cut -d- -f1) macro
193 SUBARCH := $(shell uname -m) macro
195 SUBARCH := $(shell echo $(SUBARCH) | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \ macro
200 ARCH ?= $(SUBARCH)
1172 ALLINCLUDE_ARCHS := $(ARCH) $(SUBARCH)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/
H A DMakefile108 ifneq ($(SUBARCH),$(ARCH))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/
H A DMakefile108 ifneq ($(SUBARCH),$(ARCH))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/
H A DMakefile45 ifneq ($(SUBARCH),$(ARCH))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/
H A DMakefile45 ifneq ($(SUBARCH),$(ARCH))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/
H A DMakefile160 # SUBARCH tells the usermode build what the underlying arch is. That is set
164 # SUBARCH is subsequently ignored.
166 SUBARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \ macro
192 export KBUILD_BUILDHOST := $(SUBARCH)
1473 # toolchain, so needs $(SUBARCH) passed to checkstack.pl. Everyone
1475 # that $(SUBARCH) doesn't work here.
1477 CHECKSTACK_ARCH := $(SUBARCH)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/
H A DMakefile160 # SUBARCH tells the usermode build what the underlying arch is. That is set
164 # SUBARCH is subsequently ignored.
166 SUBARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \ macro
192 export KBUILD_BUILDHOST := $(SUBARCH)
1473 # toolchain, so needs $(SUBARCH) passed to checkstack.pl. Everyone
1475 # that $(SUBARCH) doesn't work here.
1477 CHECKSTACK_ARCH := $(SUBARCH)

Completed in 131 milliseconds