diff options
Diffstat (limited to '')
-rw-r--r-- | samples/configfs/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/samples/configfs/Makefile b/samples/configfs/Makefile new file mode 100644 index 0000000000..92d661fcba --- /dev/null +++ b/samples/configfs/Makefile @@ -0,0 +1,3 @@ +# SPDX-License-Identifier: GPL-2.0-only + +obj-$(CONFIG_SAMPLE_CONFIGFS) += configfs_sample.o |