Introduce pet-projects dir
[lcapit-junk-code.git] / linux-kernel / rbtree / Makefile
blob530fa9d345ca2fb032af112b720b3be2e95f834b
1 obj-m := rbtree.o
2 PWD := $(shell pwd)
3 KVER := $(shell uname -r)
4 KDIR := /lib/modules/$(KVER)/source
6 default:
7 $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules
9 clean:
10 $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) clean