projects
/
pub
/
spi-gpio-pp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
spi_parport with proper irq support
[pub/spi-gpio-pp.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
42afee9
..
b5ab670
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-125,6
+125,14
@@
else # We've got a kernel with seperate output, copy the config, and use O=
$(MAKE) -C $(KSRC) M=$(PWD) MODVERDIR=$(MODVERDIR)) O=$(PWD)/tmp modules
endif
$(MAKE) -C $(KSRC) M=$(PWD) MODVERDIR=$(MODVERDIR)) O=$(PWD)/tmp modules
endif
+test-gpio: modules
+ rmmod lp || true
+ rmmod ppdev || true
+ rmmod gpio_test || true
+ rmmod gpio_parport || true
+ insmod gpio_parport.ko
+ insmod gpio_test.ko gpi=254 irq=7
+
install: modules
for mod; $(list-m); do modprobe -r $mod || true; done
install -d $(INSTALLDIR)
install: modules
for mod; $(list-m); do modprobe -r $mod || true; done
install -d $(INSTALLDIR)