From 742847bab4e62a57f89440f0721ec2687a9b566b Mon Sep 17 00:00:00 2001 From: Thadeu Lima de Souza Cascardo Date: Sat, 5 Dec 2009 23:17:51 -0200 Subject: [PATCH] We build the module after writing it. --- 01.hello/01.hello.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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 -- 2.20.1