obj-$(CONFIG_EIDER) := eider.o

eider-objs := eider_main.o

clean:
	rm -f *.o *~ .*.cmd *.ko *.mod.c
