Home
last modified time | relevance | path

Searched refs:CPP (Results 1 – 8 of 8) sorted by relevance

/u-boot/tools/scripts/
A Ddefine2mk.sed2 # Sed script to parse CPP macros and generate output usable by make
6 # list of CPP macros (and whitespace is sanitized)
/u-boot/scripts/
A DMakefile.build157 quiet_cmd_cc_i_c = CPP $(quiet_modtag) $@
158 cmd_cc_i_c = $(CPP) $(c_flags) -o $@ $<
164 $(CPP) -D__GENKSYMS__ $(c_flags) $< | \
291 quiet_cmd_as_s_S = CPP $(quiet_modtag) $@
292 cmd_as_s_S = $(CPP) $(a_flags) -o $@ $<
309 cmd_cpp_lds_S = $(CPP) $(cpp_flags) -P -C -U$(ARCH) \
A DMakefile.autoconf29 CPP = $(CC) -E
69 $(CPP) $(c_flags) $2 -DDO_DEPS_ONLY -dM $(srctree)/include/common.h > $@.tmp && { \
A DMakefile.spl452 cmd_cpp_lds = $(CPP) -Wp,-MD,$(depfile) $(cpp_flags) $(LDPPFLAGS) -ansi \
/u-boot/arch/arm/mach-imx/
A DMakefile86 cmd_cpp_cfg = $(CPP) $(cpp_flags) -x c -o $@ $<
105 SPL_DEPFILE_EXISTS := $(shell $(CPP) $(cpp_flags) -x c -o spl/u-boot-spl.cfgout $(srctree)/$(IMX_CO…
107 DEPFILE_EXISTS := $(shell $(CPP) $(cpp_flags) -x c -o u-boot-dtb.cfgout $(srctree)/$(IMX_CONFIG); i…
111 DEPFILE_EXISTS := $(shell $(CPP) $(cpp_flags) -x c -o spl/u-boot-spl.cfgout $(srctree)/$(IMX_CONFIG…
/u-boot/lib/lzma/
A Dlzma.txt40 CPP/7zip/Bundles/LzmaCon
83 CPP/ -- CPP files
581 So 7-Zip uses "CPP\Common\NewHandler.cpp" that redefines "new" operator:
/u-boot/doc/arch/
A Dxtensa.rst27 of a few header files. These provide CPP macros that customize sources,
/u-boot/
A DMakefile394 CPP = $(CC) -E macro
450 export CPP AR NM LDR STRIP OBJCOPY OBJDUMP KBUILD_HOSTLDFLAGS KBUILD_HOSTLDLIBS
1867 cmd_cpp_lds = $(CPP) -Wp,-MD,$(depfile) $(cpp_flags) $(LDPPFLAGS) \

Completed in 13 milliseconds