Home
last modified time | relevance | path

Searched refs:KBUILD_CFLAGS (Results 1 – 6 of 6) sorted by relevance

/external/u-boot/
DMakefile415 KBUILD_CFLAGS := -Wall -Wstrict-prototypes \ macro
418 KBUILD_CFLAGS += -fshort-wchar -fno-strict-aliasing
422 KBUILD_CFLAGS += $(call cc-option,-fno-PIE)
437 export KBUILD_CFLAGS KBUILD_AFLAGS
649 KBUILD_CFLAGS += -Os
651 KBUILD_CFLAGS += -O2
654 KBUILD_CFLAGS += $(call cc-option,-fno-stack-protector)
655 KBUILD_CFLAGS += $(call cc-option,-fno-delete-null-pointer-checks)
658 KBUILD_CFLAGS += $(call cc-option,-fmacro-prefix-map=$(srctree)/=)
660 KBUILD_CFLAGS += -g
[all …]
/external/u-boot/scripts/
DKbuild.include105 $(CC) $(KBUILD_CFLAGS) $(1) -c -x assembler /dev/null -o "$$TMP",$(1),$(2))
117 $(CC) -Werror $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) $(1) -c -x c /dev/null -o "$$TMP",$(1),$(2))
122 $(CC) -Werror $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) $(1) -c -x c /dev/null -o "$$TMP",y,n)
132 …$(CC) $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) -W$(strip $(1)) -c -x c /dev/null -o "$$TMP",-Wno-$(stri…
DMakefile.extrawarn57 KBUILD_CFLAGS += $(warning)
DMakefile.autoconf39 c_flags := $(KBUILD_CFLAGS) $(KBUILD_CPPFLAGS) $(PLATFORM_CPPFLAGS) \
DMakefile.lib105 orig_c_flags = $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) $(KBUILD_SUBDIR_CCFLAGS) \
DMakefile.spl61 KBUILD_CFLAGS += -ffunction-sections -fdata-sections
67 c_flags := $(KBUILD_CFLAGS) $(cpp_flags)