doc: final revise of the document
[p2p-kernel-protocol.git] / module / Makefile
1 KDIR=/lib/modules/`uname -r`/build
2
3 kbuild:
4         make -C $(KDIR) M=`pwd`
5
6 clean:
7         make -C $(KDIR) M=`pwd` clean