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