mirror of
https://github.com/torvalds/linux.git
synced 2026-05-14 17:32:42 +02:00
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>
4 lines
78 B
Makefile
4 lines
78 B
Makefile
# Makefile for Linux samples code
|
|
|
|
obj-$(CONFIG_SAMPLES) += markers/ kobject/
|