On Thu, 2020-09-10 at 00:03 +0200, Johannes Berg wrote: > --- /dev/null > +++ b/src/objs.mk > @@ -0,0 +1,3 @@ > +$(_OBJS_VAR) := $(call BUILDOBJ,$($(_OBJS_VAR))) > +-include $($(1):%.o=%.d) > +_DIRS += $(dir $($(_OBJS_VAR))) > That include, quite obviously, needs to be -include $($(_OBJS_VAR):%.o=%.d) since it's not a macro/function anymore. johannes _______________________________________________ Hostap mailing list Hostap@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/hostap