diff options
author | Guillermo Ramos | 2011-09-24 18:13:15 +0200 |
---|---|---|
committer | Guillermo Ramos | 2011-09-24 18:13:15 +0200 |
commit | 55a2212feb5042e65fbf0ed8891c0cab55479621 (patch) | |
tree | 66bb8c7c10305b11d445a4672779f9c7824fbf07 /khm/Makefile | |
parent | 7a3fcd9d332f1f2e3e6f021b2930e148ca093c91 (diff) | |
download | evspy-55a2212feb5042e65fbf0ed8891c0cab55479621.tar.gz |
Renamed map ADT to kmap
Diffstat (limited to 'khm/Makefile')
-rw-r--r-- | khm/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/khm/Makefile b/khm/Makefile deleted file mode 100644 index 74ffd5f..0000000 --- a/khm/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -obj-m += test.o -test-objs := khm.o test_khm.o - -all: - make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules - -clean: - make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean |