Searched refs:subst (Results 1 – 11 of 11) sorted by relevance
| /rk3399_rockchip-uboot/board/xilinx/microblaze-generic/ |
| H A D | config.mk | 12 CPUFLAGS-$(subst 1,,$(CONFIG_XILINX_MICROBLAZE0_USE_HW_MUL)) += -mxl-multiply-high
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | Makefile.lib | 102 name-fix = $(subst $(comma),_,$(subst -,_,$1)) 169 $(wildcard $(dir $<)$(subst $\",,$(CONFIG_SYS_SOC))-u-boot.dtsi) \
|
| H A D | Makefile.build | 334 $(subst .h,.c,$@) $(subst .c,.h,$@) 399 $($(subst $(obj)/,,$(@:.o=-objs))) \ 400 $($(subst $(obj)/,,$(@:.o=-y)))), $^)
|
| H A D | Kbuild.include | 19 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 D | Makefile.spl | 411 SHRUNK_ARCH_DTB = $(patsubst %,$(obj)/dts/%.dtb,$(subst ",,$(CONFIG_SPL_OF_LIST)))
|
| /rk3399_rockchip-uboot/dts/ |
| H A D | Makefile | 40 $(addprefix -P ,$(subst $\",,$(CONFIG_OF_SPL_REMOVE_PROPS)))
|
| /rk3399_rockchip-uboot/doc/DocBook/ |
| H A D | Makefile | 113 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 D | config_secure.mk | 109 $(patsubst %,-b arch/$(ARCH)/dts/%.dtb_HS,$(subst ",,$(CONFIG_OF_LIST)))
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | Makefile | 463 EMBED_KERN_DTS_PATH := $(subst dtb,dts, $(EMBED_KERN_DTB_PATH))
|
| /rk3399_rockchip-uboot/ |
| H A D | Makefile | 907 $(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 D | cli_hush.c | 3174 uchar subst[2] = {SUBSTED_VAR_SYMBOL, 0}; local 3175 mapset(subst, 3); /* never flow through */
|