Searched refs:CPP (Results 1 - 7 of 7) sorted by relevance

/u-boot/dts/upstream/
H A DMakefile3 CPP ?= cpp macro
137 cmd_dtc = $(CPP) $(dtc_cpp_flags) -x assembler-with-cpp -o $(dtc-tmp) $< ; \
/u-boot/scripts/
H A DMakefile.build148 quiet_cmd_cc_i_c = CPP $(quiet_modtag) $@
149 cmd_cc_i_c = $(CPP) $(c_flags) -o $@ $<
155 $(CPP) -D__GENKSYMS__ $(c_flags) $< | \
282 quiet_cmd_as_s_S = CPP $(quiet_modtag) $@
283 cmd_as_s_S = $(CPP) $(a_flags) -o $@ $<
300 cmd_cpp_lds_S = $(CPP) $(cpp_flags) -P -C -U$(ARCH) \
H A DMakefile.autoconf29 # Need to define CC and CPP again here in case the top Makefile did not
33 CPP = $(CC) -E
73 $(CPP) $(c_flags) $2 -DDO_DEPS_ONLY -dM $(srctree)/include/common.h > $@.tmp && { \
H A DMakefile.spl186 # Special flags for CPP when processing the linker script.
545 cmd_cpp_lds = $(CPP) -Wp,-MD,$(depfile) $(cpp_flags) $(LDPPFLAGS) -ansi \
/u-boot/arch/arm/mach-imx/
H A DMakefile107 cmd_cpp_cfg = $(CPP) $(cpp_flags) -D__ASSEMBLY__ -x c -o $@ $<
126 SPL_DEPFILE_EXISTS := $(shell $(CPP) $(cpp_flags) -x c -o spl/u-boot-spl.cfgout $(srctree)/$(IMX_CONFIG); if [ -f spl/u-boot-spl.cfgout ]; then $(CNTR_DEPFILES) spl/u-boot-spl.cfgout; echo $$?; fi)
128 DEPFILE_EXISTS := $(shell $(CPP) $(cpp_flags) -x c -o u-boot-dtb.cfgout $(srctree)/$(IMX_CONFIG); if [ -f u-boot-dtb.cfgout ]; then $(CNTR_DEPFILES) u-boot-dtb.cfgout; echo $$?; fi)
/u-boot/scripts/kconfig/
H A DMakefile96 $(Q)$(CPP) -nostdinc -P -I $(srctree) -undef -x assembler-with-cpp $(srctree)/arch/$(SRCARCH)/configs/$@ -o generated_defconfig
/u-boot/
H A DMakefile402 CPP = $(CC) -E macro
466 export CPP AR NM LDR STRIP OBJCOPY OBJDUMP KBUILD_HOSTLDFLAGS KBUILD_HOSTLDLIBS
923 # Special flags for CPP when processing the linker script.
1839 $(CPP) -P $(CFLAGS) -x assembler-with-cpp -undef \
2072 cmd_cpp_lds = $(CPP) -Wp,-MD,$(depfile) $(cpp_flags) $(LDPPFLAGS) \

Completed in 126 milliseconds