Search Linux Wireless

Re: [PATCH 2/4] wmediumd: create dependency files

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

 



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




[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Wireless Personal Area Network]     [Linux Bluetooth]     [Wireless Regulations]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite Hiking]     [MIPS Linux]     [ARM Linux]     [Linux RAID]

  Powered by Linux