diff options
author | Kees Cook <keescook@chromium.org> | 2017-08-07 13:29:04 -0700 |
---|---|---|
committer | Kees Cook <keescook@chromium.org> | 2017-08-07 13:29:04 -0700 |
commit | ad05e6ca7b5fcf15ff178da662035ec7718f938c (patch) | |
tree | f4857cd9389a826a2c56a73b798cbe1bb269b81b /scripts/Makefile.gcc-plugins | |
parent | 9225331b310821760f39ba55b00b8973602adbb5 (diff) | |
parent | f7dd2507893cc3425d3ffc2369559619960befb0 (diff) | |
download | linux-ad05e6ca7b5fcf15ff178da662035ec7718f938c.tar.bz2 |
Merge branch 'for-next/gcc-plugin/structleak' into for-next/gcc-plugins
Diffstat (limited to 'scripts/Makefile.gcc-plugins')
-rw-r--r-- | scripts/Makefile.gcc-plugins | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile.gcc-plugins b/scripts/Makefile.gcc-plugins index 2e0e2eaa397f..d1f7b0d6be66 100644 --- a/scripts/Makefile.gcc-plugins +++ b/scripts/Makefile.gcc-plugins @@ -27,6 +27,7 @@ ifdef CONFIG_GCC_PLUGINS gcc-plugin-$(CONFIG_GCC_PLUGIN_STRUCTLEAK) += structleak_plugin.so gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK_VERBOSE) += -fplugin-arg-structleak_plugin-verbose + gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK_BYREF_ALL) += -fplugin-arg-structleak_plugin-byref-all gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STRUCTLEAK) += -DSTRUCTLEAK_PLUGIN gcc-plugin-$(CONFIG_GCC_PLUGIN_RANDSTRUCT) += randomize_layout_plugin.so |