summaryrefslogtreecommitdiffstats
path: root/Kbuild.in
diff options
context:
space:
mode:
authorJohann Latocha2012-01-19 17:20:02 +0100
committerJohann Latocha2012-01-19 17:20:02 +0100
commitb7fd7219ce4fc73939c912d4a02f5b8e4301ede7 (patch)
tree4a36476deebc1b7c66c459472a6b0183eaff3b47 /Kbuild.in
parentinitial commit (diff)
downloaddnbd3-b7fd7219ce4fc73939c912d4a02f5b8e4301ede7.tar.gz
dnbd3-b7fd7219ce4fc73939c912d4a02f5b8e4301ede7.tar.xz
dnbd3-b7fd7219ce4fc73939c912d4a02f5b8e4301ede7.zip
First working version :)
Diffstat (limited to 'Kbuild.in')
-rw-r--r--Kbuild.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kbuild.in b/Kbuild.in
index c16df74..68b4be1 100644
--- a/Kbuild.in
+++ b/Kbuild.in
@@ -1,2 +1,2 @@
obj-m := ${MODULE_NAME}.o
-${MODULE_NAME}-objs += main.o \ No newline at end of file
+${MODULE_NAME}-objs += core.o blk.o net.o utils.o \ No newline at end of file