Home
last modified time | relevance | path

Searched refs:CFLAGS (Results 1 – 9 of 9) sorted by relevance

/rk3399_ARM-atf/tools/nxp/create_pbl/
H A DMakefile19 CFLAGS := -Wall -Werror -pedantic -std=c99 macro
21 CFLAGS += -g -O0 -DDEBUG
23 CFLAGS += -O2
49 $(q)$(host-cc) -c ${CPPFLAGS} ${CFLAGS} ${INCLUDE_PATHS} $< -o $@
/rk3399_ARM-atf/tools/renesas/rcar_layout_create/
H A Dmakefile77 CFLAGS += ${DEFINES}
78 CFLAGS += -I../../include/lib/stdlib
121 $(aarch64-cc) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<
/rk3399_ARM-atf/tools/renesas/rzg_layout_create/
H A Dmakefile72 CFLAGS += ${DEFINES}
73 CFLAGS += -nostdinc \
118 $(aarch64-cc) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<
/rk3399_ARM-atf/plat/mediatek/drivers/smmu/
H A Drules.mk14 CFLAGS += -DMTK_SMMU_MT8196
/rk3399_ARM-atf/plat/rockchip/rk3399/drivers/m0/
H A DMakefile29 CFLAGS := -ffunction-sections -fdata-sections -fomit-frame-pointer -fno-common macro
31 CFLAGS += $(call cc_option, --param=min-pagesize=0)
66 $$(q)$($(ARCH)-cc) $$(COMMON_FLAGS) $$(CFLAGS) $$(INCLUDES) -MMD -MT $$@ -c $$< -o $$@
/rk3399_ARM-atf/plat/mediatek/drivers/mcusys/
H A Drules.mk15 CFLAGS += -DMCUPM_VERSION_${MCUPM_VERSION}
/rk3399_ARM-atf/make_helpers/
H A Dcflags.mk146 cflags-common += $(CPPFLAGS) $(CFLAGS) # some platforms set these
/rk3399_ARM-atf/docs/getting_started/
H A Dbuild-options.rst160 - ``CFLAGS``: Extra user options appended on the compiler's command line in
1453 Extra debug options can be passed to the build system by setting ``CFLAGS`` or
1458 CFLAGS='-O0 -gdwarf-2' \
1461 Note that using ``-Wl,`` style compilation driver options in ``CFLAGS`` will be
/rk3399_ARM-atf/docs/
H A Dchange-log.md6504 …- allow additional CFLAGS for library build ([5a65fcd](https://review.trustedfirmware.org/plugins/…
11480 - Invoke host compiler with `HOSTCC / HOSTCCFLAGS` instead of `CC / CFLAGS`