$(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)