
ifneq ($(KERNELRELEASE),)
  obj-m	:= dm-hamming.o
else
  KSRC	:= /lib/modules/$(shell uname -r)/build
  PWD	:= $(shell pwd)

default:
	$(MAKE) -C $(KSRC) SUBDIRS=$(PWD) modules
endif
