summaryrefslogtreecommitdiff
path: root/samples/kobject/Makefile
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2007-11-27 11:28:26 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2008-01-24 20:40:41 -0800
commit44bfe16e1083d66f97a5289e359c52ee2c8b19a7 (patch)
treeee126f3c4a768e0f6e942132cf683f4ddaa81f55 /samples/kobject/Makefile
parent40efcb05f213180b7cc8fd8d963377305f236c28 (diff)
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>
Diffstat (limited to 'samples/kobject/Makefile')
-rw-r--r--samples/kobject/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/kobject/Makefile b/samples/kobject/Makefile
index cce16e99fde5..4a194203c982 100644
--- a/samples/kobject/Makefile
+++ b/samples/kobject/Makefile
@@ -1 +1 @@
-obj-$(CONFIG_SAMPLE_KOBJECT) += kobject-example.o
+obj-$(CONFIG_SAMPLE_KOBJECT) += kobject-example.o kset-example.o