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