m@m-MS-7388:~/Plocha$ cd ov51x-jpeg-1.5.9m@m-MS-7388:~/Plocha/ov51x-jpeg-1.5.9$ makemake: *** No targets. Stop.m@m-MS-7388:~/Plocha/ov51x-jpeg-1.5.9$ lsChangeLog ov51x-jpeg-core.c ov511-decomp.c ov519-decomp.c testMakefile ov51x-jpeg.h ov518-decomp.c ov7670.hm@m-MS-7388:~/Plocha/ov51x-jpeg-1.5.9$ makemake: *** No targets. Stop.m@m-MS-7388:~/Plocha/ov51x-jpeg-1.5.9$ obsah Makefile:OVCAM_KVER := $(shell uname -r)OVCAM_MAJMIN := $(shell echo $(OVCAM_KVER) | cut -d . -f 1-2)ifeq ($(OVCAM_MAJMIN),2.6)ifneq ($(KERNELRELEASE),)## Make rules for use from within 2.6 kbuild system#obj-m += ov51x-jpeg.oov51x-jpeg-objs := ov51x-jpeg-core.o ov511-decomp.o ov518-decomp.o ov519-decomp.oelse # We were called from command lineKDIR := /lib/modules/$(shell uname -r)/buildPWD := $(shell pwd)all:$(MAKE) -C $(KDIR) M=$(PWD) modulesinstall: all$(MAKE) -C $(KDIR) M=$(PWD) modules_installdepmod -aclean:rm -rf .*.cmd *.mod.c *.ko *.o .tmp_versions Module.symvers *~ core *.i *.cmd .ov51x-jpeg-core.o.dendifendif
sudo apt-get install build-essential linux-headers-`uname -r`