aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGuillermo Ramos2011-09-24 18:13:15 +0200
committerGuillermo Ramos2011-09-24 18:13:15 +0200
commit55a2212feb5042e65fbf0ed8891c0cab55479621 (patch)
tree66bb8c7c10305b11d445a4672779f9c7824fbf07 /Makefile
parent7a3fcd9d332f1f2e3e6f021b2930e148ca093c91 (diff)
downloadevspy-55a2212feb5042e65fbf0ed8891c0cab55479621.tar.gz
Renamed map ADT to kmap
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3d10b64..573b77f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
obj-m += evspy.o
-evspy-objs := khm/khm.o evspy-core.o
+evspy-objs := kmap/kmap.o evspy-core.o
all:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules