diff options
| author | Guillermo Ramos | 2011-08-25 22:04:12 +0200 |
|---|---|---|
| committer | Guillermo Ramos | 2011-08-25 22:04:12 +0200 |
| commit | 6f073702304735317e0ca3844060cd55f30a2df6 (patch) | |
| tree | 8150c537854f6fffb7562b5b28d8360e5689e01b /evspy/Makefile | |
| parent | c34d4c01c26ee6932568834bb2fd3a53019103aa (diff) | |
| download | lkm-6f073702304735317e0ca3844060cd55f30a2df6.tar.gz | |
AƱadido evspy y .config del pobremesa
Diffstat (limited to 'evspy/Makefile')
| -rw-r--r-- | evspy/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/evspy/Makefile b/evspy/Makefile new file mode 100644 index 0000000..7e403d9 --- /dev/null +++ b/evspy/Makefile @@ -0,0 +1,7 @@ +obj-m += evspy.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 |
