Lines Matching refs:foo
10 Suppose that drivers/net/foo.c has the following lines:
31 to be out of date, which will cause drivers/net/foo.c to be recompiled.
42 drivers/net/foo.c: include/linux/config.h
46 drivers/net/foo.c: \
47 include/config/foo/autofrob.h \
48 include/config/foo/model/two.h
50 So drivers/net/foo.c depends only on the CONFIG_* lines that
67 the compilation flags used to build it. The file foo.o has
68 its flags stored in .flags.foo.o.
70 Suppose the user changes the foo driver from resident to modular.
71 'make' will notice that the current foo.o was not compiled with
72 -DMODULE and will recompile foo.c.