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