RE: Error in building TUX module.
Ingo Molnar <[email protected]>
| Newsgroups | gmane.network.tux |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 2 Apr 2002, Liang Yang wrote: > But we don't want to build all the linux kernel modules when we just > changed the source code of TUX. We only want to build TUX.o. The > Makefile in /usr/src/linux-2.4.9-31/net/tux doesn't work. it does not work in the way you are trying to use it. The Linux kernel source is complex, and many of the dependencies & defines needed for TUX to build are outside of net/tux/. If you have changed the TUX source code only then only the tux files get recompiled on 'make modules'. Ingo