obj-m		:= tiumfwl.o

KERNELDIR=/usr/src/linux-`uname -r`

all:
	$(MAKE) -C $(KERNELDIR) M=`pwd` modules
