diff options
author | William Breathitt Gray <vilhelm.gray@gmail.com> | 2021-09-29 12:16:01 +0900 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2021-10-17 10:54:16 +0100 |
commit | 086099893fcebeae50f9020588080de43c82e4c0 (patch) | |
tree | 6bfc0c486301e400ca14d0b8adbe61bf2d5c9708 /tools/counter/Build | |
parent | a8a28737c2c568e55b9fdbe55ab02b5c7c4247b7 (diff) | |
download | linux-086099893fcebeae50f9020588080de43c82e4c0.tar.gz linux-086099893fcebeae50f9020588080de43c82e4c0.tar.bz2 linux-086099893fcebeae50f9020588080de43c82e4c0.zip |
tools/counter: Create Counter tools
This creates an example Counter program under tools/counter/*
to exemplify the Counter character device interface.
Cc: Pavel Machek <pavel@ucw.cz>
Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
Link: https://lore.kernel.org/r/7c0f975ba098952122302d258ec9ffdef04befaf.1632884256.git.vilhelm.gray@gmail.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'tools/counter/Build')
-rw-r--r-- | tools/counter/Build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/counter/Build b/tools/counter/Build new file mode 100644 index 000000000000..33f4a51d715e --- /dev/null +++ b/tools/counter/Build @@ -0,0 +1 @@ +counter_example-y += counter_example.o |