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 /kmap/Makefile | |
parent | 7a3fcd9d332f1f2e3e6f021b2930e148ca093c91 (diff) | |
download | evspy-55a2212feb5042e65fbf0ed8891c0cab55479621.tar.gz |
Renamed map ADT to kmap
Diffstat (limited to 'kmap/Makefile')
-rw-r--r-- | kmap/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/kmap/Makefile b/kmap/Makefile new file mode 100644 index 0000000..62aa5c8 --- /dev/null +++ b/kmap/Makefile @@ -0,0 +1,8 @@ +obj-m += test.o +test-objs := kmap.o test_kmap.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 |