# this file makes 1 module

	obj-m := kstrax_module.o
	kstrax_module-y := mod_ctr.o mod_check_ptr.o mod_kstrax.o
	clean-files := *.o *.ko *.mod.[co]
