Home
last modified time | relevance | path

Searched refs:subst (Results 1 – 11 of 11) sorted by relevance

/rk3399_rockchip-uboot/board/xilinx/microblaze-generic/
H A Dconfig.mk12 CPUFLAGS-$(subst 1,,$(CONFIG_XILINX_MICROBLAZE0_USE_HW_MUL)) += -mxl-multiply-high
/rk3399_rockchip-uboot/scripts/
H A DMakefile.lib102 name-fix = $(subst $(comma),_,$(subst -,_,$1))
169 $(wildcard $(dir $<)$(subst $\",,$(CONFIG_SYS_SOC))-u-boot.dtsi) \
H A DMakefile.build334 $(subst .h,.c,$@) $(subst .c,.h,$@)
399 $($(subst $(obj)/,,$(@:.o=-objs))) \
400 $($(subst $(obj)/,,$(@:.o=-y)))), $^)
H A DKbuild.include19 depfile = $(subst $(comma),_,$(dot-target).d)
31 escsq = $(subst $(squote),'\$(squote)',$1)
126 cc-option-align = $(subst -functions=0,,\
250 make-cmd = $(call escsq,$(subst $(pound),$$(pound),$(subst $$,$$$$,$(cmd_$(1)))))
H A DMakefile.spl411 SHRUNK_ARCH_DTB = $(patsubst %,$(obj)/dts/%.dtb,$(subst ",,$(CONFIG_SPL_OF_LIST)))
/rk3399_rockchip-uboot/dts/
H A DMakefile40 $(addprefix -P ,$(subst $\",,$(CONFIG_OF_SPL_REMOVE_PROPS)))
/rk3399_rockchip-uboot/doc/DocBook/
H A DMakefile113 cmd_db2ps = $(subst TYPE,ps, $($(PS_METHOD)template))
118 cmd_db2pdf = $(subst TYPE,pdf, $($(PDF_METHOD)template))
/rk3399_rockchip-uboot/arch/arm/mach-omap2/
H A Dconfig_secure.mk109 $(patsubst %,-b arch/$(ARCH)/dts/%.dtb_HS,$(subst ",,$(CONFIG_OF_LIST)))
/rk3399_rockchip-uboot/arch/arm/dts/
H A DMakefile463 EMBED_KERN_DTS_PATH := $(subst dtb,dts, $(EMBED_KERN_DTB_PATH))
/rk3399_rockchip-uboot/
H A DMakefile907 $(patsubst %,-b arch/$(ARCH)/dts/%.dtb,$(subst ",,$(CONFIG_OF_LIST))) -d /dev/null
1023 $(patsubst %,arch/$(ARCH)/dts/%.dtb,$(subst ",,$(CONFIG_OF_LIST))) > $@
/rk3399_rockchip-uboot/common/
H A Dcli_hush.c3174 uchar subst[2] = {SUBSTED_VAR_SYMBOL, 0}; local
3175 mapset(subst, 3); /* never flow through */