On Thu, 2020-03-05 at 15:56 +0100, Johannes Berg wrote: > > +DEPS := $(patsubst %.o,%.d,$(OBJECTS)) > clean: > - rm -f $(OBJECTS) wmediumd > + rm -f $(OBJECTS) $(DEPS) wmediumd > + > +-include *.d Come to think of it, maybe that should just be -include $(DEPS) and then it doesn't have to change in the next patch ... I guess you can change it, or keep it, or shout if you want me to resend :) johannes