Introduce pet-projects dir
[lcapit-junk-code.git] / linux-kernel / hellofs / Makefile
blob5847ece00807274a444325657e938347c96f1e9f
1 obj-m := hellofs.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