mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-21 03:33:59 +08:00
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
|