Lines Matching full:make

20 complexity, so one only has to type "make" to build the module. This is
34 An alternative is to use the "make" target "modules_prepare." This will
35 make sure the kernel contains the information required. The target
41 executed to make module versioning work.
48 $ make -C <path_to_kernel_dir> M=$PWD
55 $ make -C /lib/modules/`uname -r`/build M=$PWD
60 $ make -C /lib/modules/`uname -r`/build M=$PWD modules_install
64 module will be output to the directory where you invoke make.
66 $ make -f /lib/modules/`uname -r`/build/Makefile M=$PWD
78 make -C $KDIR M=$PWD [MO=$BUILD_DIR]
83 "make" will actually change to the specified directory
98 When building an external module, only a subset of the "make"
101 make -C $KDIR M=$PWD [target]
107 precondition that a successful "make" has been executed for the
136 make -C $KDIR M=$PWD bar.lst
137 make -C $KDIR M=$PWD baz.o
138 make -C $KDIR M=$PWD foo.ko
139 make -C $KDIR M=$PWD ./
175 supports building the module using "make" with no arguments.
194 $(MAKE) -C $(KDIR) M=$$PWD
200 assignments, whereas "make" will see everything except these
202 the first pass is by the "make" instance run on the command
204 initiated by the parameterized "make" in the default target.
223 $(MAKE) -C $(KDIR) M=$$PWD
231 can include the kernel Makefile directly, rather than invoking sub Make.
366 $ make INSTALL_MOD_PATH=/frodo modules_install
371 calling "make." This has effect when installing both in-tree
383 $ make INSTALL_MOD_DIR=gandalf -C $KDIR \
484 $ make -C $KDIR M=$PWD
489 Use "make" variable KBUILD_EXTRA_SYMBOLS