Searched refs:KBUILD_CFLAGS (Results 1 – 6 of 6) sorted by relevance
| /rk3399_rockchip-uboot/ |
| H A D | Makefile | 367 KBUILD_CFLAGS := -Wall -Wstrict-prototypes \ macro 370 KBUILD_CFLAGS += -fshort-wchar -Werror 385 export KBUILD_CFLAGS KBUILD_AFLAGS 596 KBUILD_CFLAGS += -Os 598 KBUILD_CFLAGS += -O2 601 KBUILD_CFLAGS += $(call cc-option,-fno-stack-protector) 602 KBUILD_CFLAGS += $(call cc-option,-fno-delete-null-pointer-checks) 604 KBUILD_CFLAGS += -g 611 KBUILD_CFLAGS += -fstack-usage 614 KBUILD_CFLAGS += $(call cc-option,-Wno-format-nonliteral) [all …]
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | Makefile.extrawarn | 59 KBUILD_CFLAGS += $(warning)
|
| H A D | Kbuild.include | 105 $(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…
|
| H A D | Makefile.autoconf | 41 c_flags := $(KBUILD_CFLAGS) $(KBUILD_CPPFLAGS) $(PLATFORM_CPPFLAGS) \
|
| H A D | Makefile.lib | 107 orig_c_flags = $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) $(KBUILD_SUBDIR_CCFLAGS) \
|
| H A D | Makefile.spl | 54 KBUILD_CFLAGS += -ffunction-sections -fdata-sections 60 c_flags := $(KBUILD_CFLAGS) $(cpp_flags)
|