diff options
| author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-06-19 18:43:41 +0900 | 
|---|---|---|
| committer | Ingo Molnar <mingo@kernel.org> | 2018-06-21 12:55:05 +0200 | 
| commit | bdab125c9301a6ac538911ba68f665dfd075ec81 (patch) | |
| tree | 10b3c716b79a744577078bf70e75710f8e455cf5 /scripts/bpf_helpers_doc.py | |
| parent | 74899d92e66663dc7671a8017b3146dcd4735f3b (diff) | |
Revert "kexec/purgatory: Add clean-up for purgatory directory"
Reverts the following commit:
  b0108f9e93d0 ("kexec: purgatory: add clean-up for purgatory directory")
... which incorrectly stated that the kexec-purgatory.c and purgatory.ro files
were not removed after 'make mrproper'.
In fact, they are.  You can confirm it after reverting it.
  $ make mrproper
  $ touch arch/x86/purgatory/kexec-purgatory.c
  $ touch arch/x86/purgatory/purgatory.ro
  $ make mrproper
    CLEAN   arch/x86/purgatory
  $ ls arch/x86/purgatory/
  entry64.S  Makefile  purgatory.c  setup-x86_64.S  stack.S  string.c
This is obvious from the build system point of view.
arch/x86/Makefile adds 'arch/x86' to core-y.
Hence 'make clean' descends like this:
  arch/x86/Kbuild
    -> arch/x86/purgatory/Makefile
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Michal Marek <michal.lkml@markovi.net>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Sam Ravnborg <sam@ravnborg.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/lkml/1529401422-28838-2-git-send-email-yamada.masahiro@socionext.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions
