summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
author0xwille2011-07-08 18:46:53 +0200
committer0xwille2011-07-08 18:46:53 +0200
commitc8f116e17b471704abbb3b1508733aa1bddda7da (patch)
treefa78154afe30d58ea047abaeb105c9995a9a6969 /Makefile
parentf1e9e18f1ad00ec9d78cd76105b3934980d2e09b (diff)
downloadlkm-c8f116e17b471704abbb3b1508733aa1bddda7da.tar.gz
AƱadidas cosicas y gitignore
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 332678d..f314971 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,6 @@
-obj-m += syscall.o
+#obj-m += syscall.o
+#obj-m += cr0.o
+obj-m += lists.o
all:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules