| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/ |
| H A D | rkaiq_getAlgosMacros.go | 10 var cflags []string; 14 cflags = append(cflags, "-DUSE_RAWSTREAM_LIB") 19 cflags = append(cflags, "-DRKAIQ_ENABLE_PARSER_V1") 23 cflags = append(cflags, "-DRKAIQ_ENABLE_CAMGROUP") 27 cflags = append(cflags, "-DRKAIQ_HAVE_THUMBNAILS") 31 cflags = append(cflags, "-DRKAIQ_ENABLE_FAKECAM") 35 cflags = append(cflags, "-DRKAIQ_HAVE_SPSTREAM") 39 cflags = append(cflags, "-DRKAIQ_HAVE_MULTIISP") 43 cflags = append(cflags, "-DRKAIQ_HAVE_AWB_V20=1") 47 cflags = append(cflags, "-DRKAIQ_HAVE_AWB_V21=1") [all …]
|
| H A D | rkaiq.go | 11 var cflags []string 17 cflags = append(cflags, "-DISP_HW_V20") 20 cflags = append(cflags, "-DISP_HW_V21") 23 cflags = append(cflags, "-DISP_HW_V30") 26 cflags = append(cflags, "-DISP_HW_V32") 29 cflags = append(cflags, "-DISP_HW_V32_LITE") 31 return cflags 63 cflags := rkaiqFlags(ctx) 64 p.Target.Android.Cflags = append(p.Target.Android.Cflags, cflags...)
|
| /OK3568_Linux_fs/kernel/arch/mips/ |
| H A D | Makefile | 62 cflags-y += -mmcount-ra-address -DKBUILD_MCOUNT_RA_ADDRESS 66 cflags-y += $(call cc-option, -mno-check-zero-division) 73 cflags-y += -mabi=32 81 cflags-y += -mabi=64 98 cflags-y += -G 0 -mno-abicalls -fno-pic -pipe 99 cflags-y += -msoft-float 114 cflags-y += -DGAS_HAS_SET_HARDFLOAT -Wa,-msoft-float 117 cflags-y += -ffreestanding 119 cflags-$(CONFIG_CPU_BIG_ENDIAN) += -EB 120 cflags-$(CONFIG_CPU_LITTLE_ENDIAN) += -EL [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/ |
| H A D | Makefile_32.cpu | 3 # Must change only cflags-y (or [yn]), not CFLAGS! That makes a difference for UML. 13 cflags-$(CONFIG_M486SX) += -march=i486 14 cflags-$(CONFIG_M486) += -march=i486 15 cflags-$(CONFIG_M586) += -march=i586 16 cflags-$(CONFIG_M586TSC) += -march=i586 17 cflags-$(CONFIG_M586MMX) += -march=pentium-mmx 18 cflags-$(CONFIG_M686) += -march=i686 19 cflags-$(CONFIG_MPENTIUMII) += -march=i686 $(call tune,pentium2) 20 cflags-$(CONFIG_MPENTIUMIII) += -march=i686 $(call tune,pentium3) 21 cflags-$(CONFIG_MPENTIUMM) += -march=i686 $(call tune,pentium3) [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/mk/ |
| H A D | compile.mk | 19 comp-cflags$(sm) = -std=gnu99 24 comp-cflags$(sm) += -Werror 26 comp-cflags$(sm) += -fdiagnostics-show-option 28 comp-cflags-warns-high = \ 38 comp-cflags-warns-medium = \ 40 comp-cflags-warns-low = \ 45 comp-cflags-warns-1:= $(comp-cflags-warns-high) 46 comp-cflags-warns-2:= $(comp-cflags-warns-1) $(comp-cflags-warns-medium) 47 comp-cflags-warns-3:= $(comp-cflags-warns-2) $(comp-cflags-warns-low) 51 comp-cflags$(sm) += $(comp-cflags-warns-$(WARNS)) [all …]
|
| H A D | platform_flags.mk | 6 arm32-platform-cflags += -mcpu=$(arm32-platform-cpuarch) -mthumb 7 arm32-platform-cflags += -pipe -mthumb-interwork -mlong-calls 8 arm32-platform-cflags += -fno-short-enums -mno-apcs-float -fno-common 9 arm32-platform-cflags += -mfloat-abi=soft 10 arm32-platform-cflags += -mno-unaligned-access 15 arm64-platform-cflags += -mgeneral-regs-only 16 arm64-platform-cflags += -mstrict-align 18 platform-cflags += -ffunction-sections -fdata-sections 22 platform-cflags += -O0 24 platform-cflags += -Os [all …]
|
| H A D | subdir.mk | 34 cflags-$$(oname) := $$(cflags-y) $$(cflags-$(1)-y) 35 cflags-remove-$$(oname) := $$(cflags-remove-y) \ 36 $$(cflags-remove-$(1)-y) 49 cflags-$(1)-y := 50 cflags-remove-$(1)-y := 51 cflags-lib-y := 70 cflags-lib$$(libname) := $$(cflags-lib$$(libname)) $$(cflags-lib-y) 78 cflags-y := 79 cflags-lib-y := 83 cflags-remove-y :=
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/mk/ |
| H A D | subdir.mk | 38 cflags-$$(oname) := $$(cflags-y) $$(cflags-$(1)-y) 39 cflags-remove-$$(oname) := $$(cflags-remove-y) \ 40 $$(cflags-remove-$(1)-y) 53 cflags-$(1)-y := 54 cflags-remove-$(1)-y := 55 cflags-lib-y := 91 cflags-$$(oname) := $$(cflags-y) $$(cflags-$(1)-y) 92 cflags-remove-$$(oname) := $$(cflags-remove-y) \ 93 $$(cflags-remove-$(1)-y) 106 cflags-$(1)-y := [all …]
|
| H A D | compile.mk | 20 comp-cflags$(sm) = -std=gnu99 25 comp-cflags$(sm) += -Werror 27 comp-cflags$(sm) += -fdiagnostics-show-option 29 comp-cflags-warns-high = \ 40 comp-cflags-warns-medium = \ 42 comp-cflags-warns-low = \ 46 comp-cflags-warns-1:= $(comp-cflags-warns-high) 47 comp-cflags-warns-2:= $(comp-cflags-warns-1) $(comp-cflags-warns-medium) 48 comp-cflags-warns-3:= $(comp-cflags-warns-2) $(comp-cflags-warns-low) 52 comp-cflags$(sm) += $(comp-cflags-warns-$(WARNS)) \ [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/mk/ |
| H A D | subdir.mk | 38 cflags-$$(oname) := $$(cflags-y) $$(cflags-$(1)-y) 39 cflags-remove-$$(oname) := $$(cflags-remove-y) \ 40 $$(cflags-remove-$(1)-y) 53 cflags-$(1)-y := 54 cflags-remove-$(1)-y := 55 cflags-lib-y := 91 cflags-$$(oname) := $$(cflags-y) $$(cflags-$(1)-y) 92 cflags-remove-$$(oname) := $$(cflags-remove-y) \ 93 $$(cflags-remove-$(1)-y) 106 cflags-$(1)-y := [all …]
|
| H A D | compile.mk | 20 comp-cflags$(sm) = -std=gnu99 25 comp-cflags$(sm) += -Werror 27 comp-cflags$(sm) += -fdiagnostics-show-option 29 comp-cflags-warns-high = \ 40 comp-cflags-warns-medium = \ 42 comp-cflags-warns-low = \ 46 comp-cflags-warns-1:= $(comp-cflags-warns-high) 47 comp-cflags-warns-2:= $(comp-cflags-warns-1) $(comp-cflags-warns-medium) 48 comp-cflags-warns-3:= $(comp-cflags-warns-2) $(comp-cflags-warns-low) 52 comp-cflags$(sm) += $(comp-cflags-warns-$(WARNS)) \ [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/ |
| H A D | Makefile.ubsan | 4 ubsan-cflags-$(CONFIG_UBSAN_ALIGNMENT) += -fsanitize=alignment 5 ubsan-cflags-$(CONFIG_UBSAN_ONLY_BOUNDS) += -fsanitize=bounds 6 ubsan-cflags-$(CONFIG_UBSAN_ARRAY_BOUNDS) += -fsanitize=array-bounds 7 ubsan-cflags-$(CONFIG_UBSAN_LOCAL_BOUNDS) += -fsanitize=local-bounds 8 ubsan-cflags-$(CONFIG_UBSAN_SHIFT) += -fsanitize=shift 9 ubsan-cflags-$(CONFIG_UBSAN_DIV_ZERO) += -fsanitize=integer-divide-by-zero 10 ubsan-cflags-$(CONFIG_UBSAN_UNREACHABLE) += -fsanitize=unreachable 11 ubsan-cflags-$(CONFIG_UBSAN_BOOL) += -fsanitize=bool 12 ubsan-cflags-$(CONFIG_UBSAN_ENUM) += -fsanitize=enum 13 ubsan-cflags-$(CONFIG_UBSAN_TRAP) += -fsanitize-undefined-trap-on-error [all …]
|
| H A D | Makefile.gcc-plugins | 6 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_LATENT_ENTROPY) \ 16 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK_VERBOSE) \ 18 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF) \ 20 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL) \ 26 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK) \ 30 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_RANDSTRUCT) \ 32 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_RANDSTRUCT_PERFORMANCE) \ 36 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STACKLEAK) \ 38 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STACKLEAK) \ 40 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STACKLEAK) \ [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/ |
| H A D | Makefile.ubsan | 4 ubsan-cflags-$(CONFIG_UBSAN_ALIGNMENT) += -fsanitize=alignment 5 ubsan-cflags-$(CONFIG_UBSAN_ONLY_BOUNDS) += -fsanitize=bounds 6 ubsan-cflags-$(CONFIG_UBSAN_ARRAY_BOUNDS) += -fsanitize=array-bounds 7 ubsan-cflags-$(CONFIG_UBSAN_LOCAL_BOUNDS) += -fsanitize=local-bounds 8 ubsan-cflags-$(CONFIG_UBSAN_SHIFT) += -fsanitize=shift 9 ubsan-cflags-$(CONFIG_UBSAN_DIV_ZERO) += -fsanitize=integer-divide-by-zero 10 ubsan-cflags-$(CONFIG_UBSAN_UNREACHABLE) += -fsanitize=unreachable 11 ubsan-cflags-$(CONFIG_UBSAN_BOOL) += -fsanitize=bool 12 ubsan-cflags-$(CONFIG_UBSAN_ENUM) += -fsanitize=enum 13 ubsan-cflags-$(CONFIG_UBSAN_TRAP) += -fsanitize-undefined-trap-on-error [all …]
|
| H A D | Makefile.gcc-plugins | 6 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_LATENT_ENTROPY) \ 16 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK_VERBOSE) \ 18 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF) \ 20 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL) \ 26 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK) \ 30 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_RANDSTRUCT) \ 32 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_RANDSTRUCT_PERFORMANCE) \ 36 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STACKLEAK) \ 38 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STACKLEAK) \ 40 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STACKLEAK) \ [all …]
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | Makefile.ubsan | 4 ubsan-cflags-$(CONFIG_UBSAN_ALIGNMENT) += -fsanitize=alignment 5 ubsan-cflags-$(CONFIG_UBSAN_ONLY_BOUNDS) += -fsanitize=bounds 6 ubsan-cflags-$(CONFIG_UBSAN_ARRAY_BOUNDS) += -fsanitize=array-bounds 7 ubsan-cflags-$(CONFIG_UBSAN_LOCAL_BOUNDS) += -fsanitize=local-bounds 8 ubsan-cflags-$(CONFIG_UBSAN_SHIFT) += -fsanitize=shift 9 ubsan-cflags-$(CONFIG_UBSAN_DIV_ZERO) += -fsanitize=integer-divide-by-zero 10 ubsan-cflags-$(CONFIG_UBSAN_UNREACHABLE) += -fsanitize=unreachable 11 ubsan-cflags-$(CONFIG_UBSAN_BOOL) += -fsanitize=bool 12 ubsan-cflags-$(CONFIG_UBSAN_ENUM) += -fsanitize=enum 13 ubsan-cflags-$(CONFIG_UBSAN_TRAP) += -fsanitize-undefined-trap-on-error [all …]
|
| H A D | Makefile.gcc-plugins | 6 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_LATENT_ENTROPY) \ 16 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK_VERBOSE) \ 18 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF) \ 20 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL) \ 26 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK) \ 30 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_RANDSTRUCT) \ 32 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_RANDSTRUCT_PERFORMANCE) \ 36 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STACKLEAK) \ 38 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STACKLEAK) \ 40 gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STACKLEAK) \ [all …]
|
| /OK3568_Linux_fs/kernel/arch/arc/ |
| H A D | Makefile | 12 cflags-y += -fno-common -pipe -fno-builtin -mmedium-calls -D__linux__ 18 cflags-y += $(tune-mcpu-def-y) 23 cflags-y += $(tune-mcpu) 28 cflags-y += $(tune-mcpu-def-y) 42 cflags-y += -fsection-anchors 44 cflags-$(CONFIG_ARC_HAS_LLSC) += -mlock 45 cflags-$(CONFIG_ARC_HAS_SWAPE) += -mswape 50 cflags-y += -munaligned-access 52 cflags-y += -mno-unaligned-access 56 cflags-y += -mno-ll64 [all …]
|
| /OK3568_Linux_fs/kernel/arch/s390/ |
| H A D | Makefile | 64 cflags-y += $(mflags-y) 66 cflags-$(CONFIG_MARCH_Z900_TUNE) += -mtune=z900 67 cflags-$(CONFIG_MARCH_Z990_TUNE) += -mtune=z990 68 cflags-$(CONFIG_MARCH_Z9_109_TUNE) += -mtune=z9-109 69 cflags-$(CONFIG_MARCH_Z10_TUNE) += -mtune=z10 70 cflags-$(CONFIG_MARCH_Z196_TUNE) += -mtune=z196 71 cflags-$(CONFIG_MARCH_ZEC12_TUNE) += -mtune=zEC12 72 cflags-$(CONFIG_MARCH_Z13_TUNE) += -mtune=z13 73 cflags-$(CONFIG_MARCH_Z14_TUNE) += -mtune=z14 74 cflags-$(CONFIG_MARCH_Z15_TUNE) += -mtune=z15 [all …]
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtwebengine/chromium/ |
| H A D | 0002-chromium-fix-build-with-clang.patch | 20 - cflags += [ "--target=arm-linux-gnueabihf" ] 24 cflags += [ 29 - cflags += [ "--target=aarch64-linux-gnu" ] 36 cflags += [ "--target=mipsel-linux-android" ] 39 - cflags += [ "--target=mipsel-linux-gnu" ] 43 cflags += [ "-EL" ] 49 - cflags += [ "--target=mips-linux-gnu" ] 53 cflags += [ "-EB" ] 58 cflags += [ "--target=mips64el-linux-android" ] 61 - cflags += [ "--target=mips64el-linux-gnuabi64" ] [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/iptraf/iptraf-ng/ |
| H A D | ncurses-config.patch | 11 - NCURSES_CFLAGS := $(shell ncurses5-config --cflags 2>/dev/null) 13 + NCURSES_CFLAGS := $(shell pkg-config ncurses --cflags 2>/dev/null) 22 - NCURSES_CFLAGS := $(shell ncursesw5-config --cflags 2>/dev/null) 24 + NCURSES_CFLAGS := $(shell p[k-config ncursesw --cflags 2>/dev/null) 33 - NCURSES_CFLAGS := $(shell ncurses6-config --cflags 2>/dev/null) 35 + NCURSES_CFLAGS := $(shell pkg-config ncurses6 --cflags 2>/dev/null) 44 - NCURSES_CFLAGS := $(shell ncursesw6-config --cflags 2>/dev/null) 46 + NCURSES_CFLAGS := $(shell pkg-config ncursesw --cflags 2>/dev/null) 56 - NCURSES_CFLAGS := $(shell ncursesw6-config --cflags 2>/dev/null) 59 + NCURSES_CFLAGS := $(shell pkg-config ncursesw --cflags 2>/dev/null) [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
| H A D | 12_makefile_config.patch | 73 - @set +e; echo $(CFLAGS) >/tmp/cflags.$$$$ ; \ 74 - if cmp cflags /tmp/cflags.$$$$ ; \ 75 - then rm /tmp/cflags.$$$$ ; \ 76 - else mv /tmp/cflags.$$$$ cflags ; \ 77 + @set +e; echo $(CFLAGS) >cflags.new ; \ 78 + if cmp cflags cflags.new ; \ 79 + then rm cflags.new ; \ 80 + else mv cflags.new cflags ; \
|
| /OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/files/ |
| H A D | 0002-Remove-the-GN-settings-done-for-clang-that-conflict-.patch | 33 - cflags += [ "--target=arm-linux-gnueabihf" ] 37 cflags += [ 41 cflags += [ "-mtune=$arm_tune" ] 46 - cflags += [ "--target=aarch64-linux-gnu" ] 54 cflags += [ "--target=mipsel-linux-android" ] 57 - cflags += [ "--target=mipsel-linux-gnu" ] 61 cflags += [ "-EL" ] 66 - cflags += [ "--target=mips-linux-gnu" ] 69 cflags += [ "-EB" ] 73 cflags += [ "--target=mips64el-linux-android" ] [all …]
|
| /OK3568_Linux_fs/kernel/arch/sh/ |
| H A D | Makefile | 32 cflags-$(CONFIG_CPU_SH2) := $(call cc-option,-m2,) 33 cflags-$(CONFIG_CPU_J2) += $(call cc-option,-mj2,) 34 cflags-$(CONFIG_CPU_SH2A) += $(call cc-option,-m2a,) \ 37 cflags-$(CONFIG_CPU_SH3) := $(call cc-option,-m3,) 38 cflags-$(CONFIG_CPU_SH4) := $(call cc-option,-m4,) \ 40 cflags-$(CONFIG_CPU_SH4A) += $(call cc-option,-m4a,) \ 42 cflags-$(CONFIG_CPU_SH4AL_DSP) += $(call cc-option,-m4al,) 44 ifeq ($(cflags-y),) 54 cflags-y += $(shell $(CC) $(KBUILD_CFLAGS) -print-multi-lib | \ 73 cflags-$(CONFIG_CPU_BIG_ENDIAN) += -mb [all …]
|
| /OK3568_Linux_fs/kernel/arch/parisc/ |
| H A D | Makefile | 77 cflags-y := -pipe 81 cflags-y += -mno-space-regs 85 cflags-y += -mfast-indirect-calls 91 cflags-y += -mdisable-fpregs 107 cflags-$(CONFIG_PA7000) += -march=1.1 -mschedule=7100 108 cflags-$(CONFIG_PA7200) += -march=1.1 -mschedule=7200 109 cflags-$(CONFIG_PA7100LC) += -march=1.1 -mschedule=7100LC 110 cflags-$(CONFIG_PA7300LC) += -march=1.1 -mschedule=7300 111 cflags-$(CONFIG_PA8X00) += -march=2.0 -mschedule=8000 115 KBUILD_CFLAGS += $(cflags-y)
|