Home
last modified time | relevance | path

Searched refs:cpp_flags (Results 1 – 5 of 5) sorted by relevance

/u-boot-v2022.01-rc1/arch/arm/mach-imx/
A DMakefile94 cmd_cpp_cfg = $(CPP) $(cpp_flags) -x c -o $@ $<
113 SPL_DEPFILE_EXISTS := $(shell $(CPP) $(cpp_flags) -x c -o spl/u-boot-spl.cfgout $(srctree)/$(IMX_CO…
115 DEPFILE_EXISTS := $(shell $(CPP) $(cpp_flags) -x c -o u-boot-dtb.cfgout $(srctree)/$(IMX_CONFIG); i…
/u-boot-v2022.01-rc1/scripts/
A DMakefile.lib156 cpp_flags = -Wp,-MD,$(depfile) $(NOSTDINC_FLAGS) $(UBOOTINCLUDE) \
A DMakefile.spl77 cpp_flags := $(KBUILD_CPPFLAGS) $(PLATFORM_CPPFLAGS) $(UBOOTINCLUDE) \
79 c_flags := $(KBUILD_CFLAGS) $(cpp_flags)
522 cmd_cpp_lds = $(CPP) -Wp,-MD,$(depfile) $(cpp_flags) $(LDPPFLAGS) -ansi \
A DMakefile.build297 cmd_cpp_lds_S = $(CPP) $(cpp_flags) -P -C -U$(ARCH) \
/u-boot-v2022.01-rc1/
A DMakefile800 cpp_flags := $(KBUILD_CPPFLAGS) $(PLATFORM_CPPFLAGS) $(UBOOTINCLUDE) \ macro
802 c_flags := $(KBUILD_CFLAGS) $(cpp_flags)
1987 cmd_cpp_lds = $(CPP) -Wp,-MD,$(depfile) $(cpp_flags) $(LDPPFLAGS) \

Completed in 14 milliseconds