Hi,
I am trying to compile the GSPCA kernel module for my Intel Galileo Generation 2, I am currently running ubilinux(Debian Wheezy).
I downloaded the source and then tried making the module but I got an error,
root@ubilinux:/home/gsca/usr/src/modules/gspca# make KVERS=3.2.0.4 KSRC=/usr/src/linux-headers-3.2.0-4-common/
make -C /lib/modules/`uname -r`/build SUBDIRS=/home/gsca/usr/src/modules/gspca CC=cc modules
make[1]: Entering directory `/lib/modules/3.8.7-ubilinux-0.9-quark/build'
make[1]: *** No rule to make target `modules'. Stop.
make[1]: Leaving directory `/lib/modules/3.8.7-ubilinux-0.9-quark/build'
make: *** [default] Error 2
What do i do ?