diff options
| author | Peter Zijlstra <[email protected]> | 2020-07-10 11:59:59 +0200 |
|---|---|---|
| committer | Peter Zijlstra <[email protected]> | 2020-07-10 11:59:59 +0200 |
| commit | e1bcad609f5a533da45fac071cf0849b86dbab92 (patch) | |
| tree | bc77cb21c81c053b99271c7bac9f6bc071cc56a6 /scripts/gcc-plugins | |
| parent | c935cd62d3fe985d7f0ebea185d2759e8992e96f (diff) | |
| parent | b037b09b9058d84882fa2c4db3806433e2b0f912 (diff) | |
Merge branch 'tip/x86/entry'
Diffstat (limited to 'scripts/gcc-plugins')
| -rw-r--r-- | scripts/gcc-plugins/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gcc-plugins/Kconfig b/scripts/gcc-plugins/Kconfig index ce0b99fb5847..ae19fb0243b9 100644 --- a/scripts/gcc-plugins/Kconfig +++ b/scripts/gcc-plugins/Kconfig @@ -78,7 +78,7 @@ config GCC_PLUGIN_RANDSTRUCT source tree isn't cleaned after kernel installation). The seed used for compilation is located at - scripts/gcc-plgins/randomize_layout_seed.h. It remains after + scripts/gcc-plugins/randomize_layout_seed.h. It remains after a make clean to allow for external modules to be compiled with the existing seed and will be removed by a make mrproper or make distclean. |