Commit ae24b85a authored by Alessandro Rubini's avatar Alessandro Rubini

rename main module to zio.ko

Now that the default trigger and default buffer are includes,
the module shoud be called zio.ko. zio-core.c will be the non-sysfs
stuff currently in zio-sys.c
Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
Acked-by: 's avatarFederico Vaga <federico.vaga@gmail.com>
parent a853a87d
LINUX ?= /lib/modules/$(shell uname -r)/build
zio-core-objs := zio-cdev.o zio-sys.o
zio-core-objs += buffers/zio-buf-kmalloc.o triggers/zio-trig-user.o
zio-objs := zio-cdev.o zio-sys.o
zio-objs += buffers/zio-buf-kmalloc.o triggers/zio-trig-user.o
obj-m = zio-core.o
obj-m = zio.o
obj-m += drivers/
obj-m += buffers/
obj-m += triggers/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment