Searched refs:LINUX_KARCH (Results 1 - 15 of 15) sorted by relevance

/openwrt/include/
H A Dkernel.mk64 LINUX_KARCH=um macro
66 LINUX_KARCH := arm64 macro
68 LINUX_KARCH := arc macro
70 LINUX_KARCH := arm macro
72 LINUX_KARCH := mips macro
74 LINUX_KARCH := sh macro
76 LINUX_KARCH := x86 macro
78 LINUX_KARCH := $(ARCH) macro
H A Dimage.mk19 DTS_DIR:=$(LINUX_DIR)/arch/$(LINUX_KARCH)/boot/dts
66 ifneq ($(filter arm x86 powerpc sparc,$(LINUX_KARCH)),)
67 BCJ_FILTER:=-Xbcj $(LINUX_KARCH)
129 -A $(LINUX_KARCH) -v $(LINUX_VERSION)
303 mkimage -A $(LINUX_KARCH) \
306 -n '$(call toupper,$(LINUX_KARCH)) OpenWrt Linux-$(LINUX_VERSION)' -d $@ $@.new
345 -A $(LINUX_KARCH) -v $(LINUX_VERSION)
H A Dkernel-defaults.mk11 ARCH="$(LINUX_KARCH)" \
138 ifeq ($(LINUX_KARCH),x86_64)
149 $(CP) $(LINUX_DIR)/arch/$(LINUX_KARCH)/boot/$(IMAGES_DIR)/$(k) $(KERNEL_BUILD_DIR)/$(k)$(1); \
H A Dtarget.mk291 echo 'Linux-Kernel-Arch: $(LINUX_KARCH)'; \
/openwrt/toolchain/kernel-headers/
H A DMakefile31 LINUX_KARCH:=$(subst x86_64,x86,$(subst i386,x86,$(ARCH))) macro
40 ARCH=$(LINUX_KARCH) \
/openwrt/package/kernel/lantiq/ltq-ifxos/
H A DMakefile37 ARCH=$(LINUX_KARCH) \
/openwrt/target/linux/arm64/image/
H A DMakefile12 cp $(LINUX_DIR)/arch/$(LINUX_KARCH)/boot/Image $(KDIR)/Image
/openwrt/package/kernel/lantiq/ltq-tapi/
H A DMakefile44 ARCH=$(LINUX_KARCH) \
/openwrt/package/kernel/lantiq/ltq-adsl/
H A DMakefile70 ARCH=$(LINUX_KARCH)
/openwrt/package/kernel/lantiq/ltq-vdsl-mei/
H A DMakefile69 ARCH=$(LINUX_KARCH)
/openwrt/package/devel/valgrind/
H A DMakefile82 CPU := $(patsubst x86_64,amd64,$(patsubst x86,i386,$(patsubst um,$(ARCH),$(LINUX_KARCH))))
/openwrt/package/kernel/lantiq/ltq-vmmc/
H A DMakefile44 ARCH=$(LINUX_KARCH) \
/openwrt/target/sdk/
H A DMakefile61 $(addprefix arch/$(LINUX_KARCH)/,$(KERNEL_FILES_ARCH))
/openwrt/package/kernel/acx-mac80211/
H A DMakefile189 ARCH="$(LINUX_KARCH)" \
197 -I$(LINUX_DIR)/include/generated/uapi/ -Iarch/$(LINUX_KARCH)/include \
198 -Iarch/$(LINUX_KARCH)/include/$(LINUX_UAPI_DIR) \
199 -Iarch/$(LINUX_KARCH)/include/generated \
200 -Iarch/$(LINUX_KARCH)/include/generated/$(LINUX_UAPI_DIR) \
/openwrt/target/linux/ar71xx/image/
H A Dgeneric.mk358 mkimage -A $(LINUX_KARCH) \
361 -n 'tw150v1 $(call toupper,$(LINUX_KARCH)) LEDE Linux-$(LINUX_VERSION)' -d $@ $@.new

Completed in 109 milliseconds