obj-m += promethean.o
promethean-objs += Mathrout.o usbpromethean.o 

debug: all
all:
	make -C /lib/modules/$(shell uname -r)/build M=$(shell pwd) modules

clean:
	make -C /lib/modules/$(shell uname -r)/build M=$(shell pwd) clean

install:
	./b install
