diff options
Diffstat (limited to 'samples/kobject/Makefile')
-rw-r--r-- | samples/kobject/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/samples/kobject/Makefile b/samples/kobject/Makefile new file mode 100644 index 000000000..bb5d21997 --- /dev/null +++ b/samples/kobject/Makefile @@ -0,0 +1,2 @@ +# SPDX-License-Identifier: GPL-2.0-only +obj-$(CONFIG_SAMPLE_KOBJECT) += kobject-example.o kset-example.o |