From: Thadeu Lima de Souza Cascardo Date: Sun, 6 Dec 2009 01:17:51 +0000 (-0200) Subject: We build the module after writing it. X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fkernel%2Fold_slides%2F.git;a=commitdiff_plain;h=742847bab4e62a57f89440f0721ec2687a9b566b We build the module after writing it. --- diff --git a/01.hello/01.hello.xml b/01.hello/01.hello.xml index 7306db5..954422f 100644 --- a/01.hello/01.hello.xml +++ b/01.hello/01.hello.xml @@ -34,16 +34,6 @@ We have prepared sample code to build in the samples/ directory. Try them. - -Building - -Building an out-of-tree linux module is very simple: - - -$ make -C /lib/modules/`uname -r`/build M=$PWD modules - - - Init and Exit Functions @@ -60,6 +50,16 @@ kernel to remove them when they are not needed, reducing memory consumption. + +Building + +Building an out-of-tree linux module is very simple: + + +$ make -C /lib/modules/`uname -r`/build M=$PWD modules + + + Module Tools