Re: [PATCH v5 07/15] build: put object files into build/ folder

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]

  Powered by Linux