-
Russell King authored
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.
70c30b35
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.