commit | 2a58e142a67411f51830028f7f07c69e619dec5e | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Jul 18 17:35:23 2019 +0100 |
committer | Russell King <rmk+kernel@armlinux.org.uk> | Fri Aug 23 11:39:31 2019 +0100 |
tree | 2194138ada448ec732cf512bac72cf186692aa01 | |
parent | 6583d8298e5981876603b35926b5832f7e99a122 [diff] |
ARM: 8895/1: visit mach-* and plat-* directories when cleaning When you run "make clean" for arm, it never visits mach-* or plat-* directories because machine-y and plat-y are just empty. When cleaning, all machine, plat directories are accumulated to machine-, plat-, respectively. So, let's pass them to core- to clean up those directories. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>