Commit c23e6bf0 authored by Kai Germaschewski's avatar Kai Germaschewski

kbuild: Fix a "make -j<N>" warning

parent 10489c7e
...@@ -42,7 +42,7 @@ quiet_cmd_clean = CLEAN $(obj) ...@@ -42,7 +42,7 @@ quiet_cmd_clean = CLEAN $(obj)
__clean: $(subdir-ymn) __clean: $(subdir-ymn)
ifneq ($(strip $(__clean-files) $(clean-rule)),) ifneq ($(strip $(__clean-files) $(clean-rule)),)
$(call cmd,clean) +$(call cmd,clean)
else else
@: @:
endif endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment