This website requires JavaScript.
Explore
Help
Sign In
kevin
/
linux
Watch
1
Fork
0
You've already forked linux
Code
40efcb05f2
linux
/
samples
/
kobject
/
Makefile
2 lines
50 B
Makefile
Raw
Normal View
History
Unescape
Escape
kobject: add sample code for how to use kobjects in a simple manner. 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>
2007-11-27 12:28:26 -07:00
obj-$(CONFIG_SAMPLE_KOBJECT)
+=
kobject-example.o
Copy Permalink