updated on Mon Jan 16 12:07:49 UTC 2012
[aur-mirror.git] / synaptics-mod / Makefile
blob8b646a40a0bcb293e426003ff7f4af3ebe834a3d
2 # Makefile for the synaptics mousedriver
3 # Don't use this when you have any other kind of serial/ps/2-mouse (usb-mouses are no problem obviously ;)
5 obj-m := psmouse.o
6 psmouse-objs := psmouse-base.o synaptics.o
8 all:
9 make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules