40efcb05f2
This is a simple kobject module, showing how to use kobj_attributes in basic and more complex ways. Cc: Kay Sievers <kay.sievers@vrfy.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2 lines
50 B
Makefile
2 lines
50 B
Makefile
obj-$(CONFIG_SAMPLE_KOBJECT) += kobject-example.o
|