diff options
Diffstat (limited to 'samples/kobject/Makefile')
-rw-r--r-- | samples/kobject/Makefile | 2 |
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 |