Re: Aunt Tillie builds a kernel (was Re: ISA hardware discovery -- the elegant solution)

David Woodhouse (dwmw2@infradead.org)
Tue, 15 Jan 2002 13:53:32 +0000


hpa@zytor.com said:
> If we have designed our kernels so that:
<...>
> b) It's not possible to add a driver without rebuilding the kernel,
> or;
<...>
> then we have screwed up.

Oops. In that case, we screwed up (130 - delta) times.

find /usr/src/linux/ -name \*.[ch] | xargs egrep \#if.*CONFIG_.*_MODULE | cut -f2- -d: | sort | uniq | wc -l

--
dwmw2

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/