Searched hist:"2 a58e142a67411f51830028f7f07c69e619dec5e" (Results 1 – 1 of 1) sorted by relevance
/linux/arch/arm/ |
H A D | Makefile | diff 2a58e142a67411f51830028f7f07c69e619dec5e Thu Jul 18 18:35:23 CEST 2019 Masahiro Yamada <yamada.masahiro@socionext.com> 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>
|