This website requires JavaScript.
Explore
Help
Register
Sign In
korg
/
linux
Watch
0
Star
0
Fork
0
You've already forked linux
mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced
2024-11-16 08:44:21 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3a5e517bb2
linux
/
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-28 03:28:26 +08:00
obj-$(CONFIG_SAMPLE_KOBJECT)
+=
kobject-example.o kset-example.o
Reference in New Issue
Copy Permalink