# this file makes 2 modules

EXTRA_CFLAGS = -DSPLIT_MODULE

	obj-m := kstrax_buf.o kstrax_ctr.o
	kstrax_buf-y := mcontrol.o mbuffer.o
	kstrax_ctr-y := stub.o ctr.o
	clean-files := *.o *.ko *.mod.[co]
