This website requires JavaScript.
Explore
Help
Sign In
Kernel
/
linux-stable
Watch
1
Star
0
Fork
0
You've already forked linux-stable
mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced
2025-01-01 10:45:49 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
09c434b8a0
linux-stable
/
samples
/
kobject
/
Makefile
2 lines
65 B
Makefile
Raw
Normal View
History
Unescape
Escape
kobject: add sample code for how to use ksets/ktypes/kobjects This is a more complex example showing how to create a kset and a ktype and some default attributes for a group of kobjects. Cc: Kay Sievers <kay.sievers@vrfy.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2007-11-27 19:28:26 +00:00
obj-$(CONFIG_SAMPLE_KOBJECT)
+=
kobject-example.o kset-example.o
Reference in New Issue
Copy Permalink