diff options
author | Guillermo Ramos | 2011-08-10 22:43:05 +0200 |
---|---|---|
committer | Guillermo Ramos | 2011-08-10 22:43:05 +0200 |
commit | a722d196c465bae07075819a8bdfb9e9376d2651 (patch) | |
tree | 560016efba95aff18637c5c7ee8ce7b623cb931f /pidevice/Makefile | |
parent | 00d5bce9f24e2114316bd1165ebdad05644b7365 (diff) | |
download | lkm-a722d196c465bae07075819a8bdfb9e9376d2651.tar.gz |
AƱadidos pidevice y hang
Diffstat (limited to 'pidevice/Makefile')
-rw-r--r-- | pidevice/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pidevice/Makefile b/pidevice/Makefile new file mode 100644 index 0000000..55bcfe5 --- /dev/null +++ b/pidevice/Makefile @@ -0,0 +1,7 @@ +obj-m += pidevice.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 |