[ARM] Only decend into mach-* if $(MACHINE) is defined.
Recent kbuild changes means that make clean fails on ARM because we try to decend into "arch/arm/mach-" which doesn't exist. This cset fixes this by excluding this directory from core-y if $(MACHINE) is undefined.
Showing
Please register or sign in to comment