On Tue, Oct 17, 2023, at 09:20, Greg Kroah-Hartman wrote: > On Tue, Oct 17, 2023 at 07:33:49AM +0200, Thorsten Leemhuis wrote: >> On 14.10.23 23:10, Philipp Hortmann wrote: next-next-all/builder-live.log.gz >> >> Made me wonder if this patch left something behind; a quick grep showed >> something suspicious in drivers/staging/Makefile: >> """ >> obj-$(CONFIG_RTL8192U) += rtl8192u/ >> """ > > If you did 'make oldconfig' the option should have been removed and then > this line wouldn't have triggered, right? Odd, but I'll go drop this > entry as well. It looks like "make clean" enters both the obj-y and obj-n directories, unlike 'make vmlinux' or 'make modules', which only care about obj-m and obj-y. Arnd