Searched refs:CC (Results 1 - 19 of 19) sorted by relevance

/u-boot/arch/sandbox/cpu/
H A DMakefile16 quiet_cmd_cc_os.o = CC $(quiet_modtag) $@
17 cmd_cc_os.o = $(CC) $(filter-out -nostdinc, \
25 quiet_cmd_cc_eth-raw-os.o = CC $(quiet_modtag) $@
26 cmd_cc_eth-raw-os.o = $(CC) $(filter-out -nostdinc, \
33 cmd_cc_sdl.o = $(CC) $(filter-out -nostdinc -fshort-wchar, \
/u-boot/arch/sandbox/
H A DMakefile9 cmd_cc_sdl.o = $(CC) $(filter-out -nostdinc -fshort-wchar, \
H A Dconfig.mk25 cmd_u-boot__ = $(CC) -o $@ -Wl,-T u-boot.lds $(u-boot-init) \
35 cmd_u-boot-spl = (cd $(obj) && $(CC) -o $(SPL_BIN) -Wl,-T u-boot-spl.lds \
/u-boot/tools/env/
H A DMakefile8 # with "CC" here for the maximum code reuse of scripts/Makefile.host.
9 override HOSTCC = $(CC)
/u-boot/board/xilinx/zynq/
H A DMakefile12 $(CC) $(c_flags) -I $(srctree)/$(src) -c -o $@ $^
/u-boot/scripts/dtc/pylibfdt/
H A DMakefile21 CC="$(HOSTCC)" LDSHARED="$(HOSTCC) -shared " \
/u-boot/arch/m68k/
H A DMakefile26 ifneq (,$(findstring -linux-,$(shell $(CC) --version)))
/u-boot/scripts/
H A DMakefile.build142 quiet_cmd_cc_s_c = CC $(quiet_modtag) $@
143 cmd_cc_s_c = $(CC) $(c_flags) $(DISABLE_LTO) -fverbose-asm -S -o $@ $<
173 quiet_cmd_cc_o_c = CC $(quiet_modtag) $@
176 cmd_cc_o_c = $(CC) $(c_flags) -c -o $@ $<
191 cmd_cc_o_c = $(CC) $(c_flags) -c -o $(@D)/.tmp_$(@F) $<
229 "$(OBJDUMP)" "$(OBJCOPY)" "$(CC) $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS)" \
267 cmd_cc_lst_c = $(CC) $(c_flags) -g -c -o $*.o $< && \
289 cmd_as_o_S = $(CC) $(a_flags) -c -o $@ $<
H A DMakefile.autoconf29 # Need to define CC and CPP again here in case the top Makefile did not
32 CC = $(CROSS_COMPILE)gcc
33 CPP = $(CC) -E
47 cmd_autoconf_dep = $(CC) -x c -DDO_DEPS_ONLY -M -MP $(c_flags) \
H A DMakefile.spl356 cmd_plat = $(CC) $(c_flags) -c $< -o $(filter-out $(PHONY),$@)
486 $(CC) $(filter-out $(LTO_CFLAGS),$(c_flags)) -c -o $@ $<
503 $(CC) -nostdlib -nostartfiles $(LTO_FINAL_LDFLAGS) $(c_flags) \
H A Dget_maintainer.pl2006 commit signers and mailing lists that could be CC'd on a patch.
/u-boot/board/xilinx/zynqmp/
H A DMakefile12 $(CC) $(c_flags) -I $(srctree)/$(src) -c -o $@ $^
/u-boot/tools/binman/test/
H A DMakefile20 CC = $(CROSS_COMPILE)gcc macro
/u-boot/tools/
H A DMakefile337 override HOSTCC = $(CC)
/u-boot/
H A DMakefile75 # cmd_cc_o_c = $(CC) $(c_flags) -c -o $@ $<
392 # Make variables (CC, etc...)
401 CC = $(CROSS_COMPILE)gcc macro
402 CPP = $(CC) -E
465 export CONFIG_SHELL HOSTCC KBUILD_HOSTCFLAGS CROSS_COMPILE AS LD CC
473 export CC_VERSION_TEXT := $(shell $(CC) --version | head -n 1)
734 AR = $(shell $(CC) -print-prog-name=llvm-ar)
735 NM = $(shell $(CC) -print-prog-name=llvm-nm)
785 ifeq ($(shell $(CONFIG_SHELL) $(srctree)/scripts/gcc-stack-usage.sh $(CC)),y)
841 NOSTDINC_FLAGS += -nostdinc -isystem $(shell $(CC)
[all...]
/u-boot/board/cei/cei-tk1-som/
H A Dpinmux-config-cei-tk1-som.h64 GPIO_INIT(CC, 1, IN),
65 GPIO_INIT(CC, 2, IN),
/u-boot/board/nvidia/jetson-tk1/
H A Dpinmux-config-jetson-tk1.h71 GPIO_INIT(CC, 1, IN),
72 GPIO_INIT(CC, 2, IN),
/u-boot/board/nvidia/venice2/
H A Dpinmux-config-venice2.h80 GPIO_INIT(CC, 5, OUT0),
/u-boot/board/toradex/apalis-tk1/
H A Dpinmux-config-apalis-tk1.h49 GPIO_INIT(CC, 5, IN),

Completed in 218 milliseconds