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