]> rtime.felk.cvut.cz Git - shark/motorek-5200.git/blob - Makefile
Setup PWMs according to OF
[shark/motorek-5200.git] / Makefile
1 ifneq ($(KERNELRELEASE),)
2 # kbuild part of makefile
3 obj-m  := motorek.o
4
5 else
6 # Normal Makefile
7
8 KERNELDIR := /lib/modules/`uname -r`/build
9 all::
10         $(MAKE) -C $(KERNELDIR) M=`pwd` $@
11
12 endif
13