arm: am335x: DXR2: Reset SMSC LAN9303 switch via GPIO upon bootup
[platform/kernel/u-boot.git] / scripts / Makefile.clean
index 686cb0d..5cd0f51 100644 (file)
@@ -37,6 +37,10 @@ subdir-ymn      := $(sort $(subdir-ym) $(subdir-n) $(subdir-))
 
 subdir-ymn     := $(addprefix $(obj)/,$(subdir-ymn))
 
+# Temporal work-around for U-Boot
+
+subdir-ymn     := $(foreach f, $(subdir-ymn), $(if $(wildcard $f/Makefile),$f))
+
 # build a list of files to remove, usually relative to the current
 # directory