On Friday 2022-07-08 20:22, Steven Rostedt wrote: >On Mon, 20 Jun 2022 17:03:16 +0200 >Jan Engelhardt <jengelh@xxxxxxx> wrote: > >> clean: >> - $(Q)$(call do_clean,$(OBJS) .*.d) >> + $(Q)$(call do_clean,$(OBJS) *.d) >> >> -dep_includes := $(wildcard $(DEPS)) >> - >> -ifneq ($(dep_includes),) >> - include $(dep_includes) >> -endif >> +-include *.d >> > >After this change, the .d files are visible. Is there a way to keep them >hidden? That is, keep the . in front? Generally there is. Let me see how to stick that into the $(CC) line.