Introduce old redir program
[lcapit-junk-code.git] / linux-kernel / netlink / tiny-to-user / Makefile
blob8d7cc7c24fe207c30d827233f9d0bf439694f9f5
1 obj-m := netlink-tiny-tu.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