diff options
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-12-23 13:50:49 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-12-23 13:50:49 +0100 |
| commit | 907f999fc0e334b06f0d439c8a8bceff1fd4506a (patch) | |
| tree | 3598fdde14921ea3bdfdd4f4f117d57bdcd96da2 /tools/counter/Build | |
| parent | 228abb1d8e676ba809645b9764dd53959571ab8f (diff) | |
| parent | b7760cf94d4f2665bf40d08dd69aa5d0b4aa593f (diff) | |
Merge tag 'counter-updates-for-6.8a' of git://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter into char-misc-next
William writes:
First set of Counter updates for the 6.8 cycle
A new Counter tool is introduced to provide a generic and flexible way
to watch Counter device events from userspace.
* tag 'counter-updates-for-6.8a' of git://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter:
tools/counter: Remove unneeded semicolon
tools/counter: Fix spelling mistake "componend" -> "component"
MAINTAINERS: add myself as counter watch events tool maintainer
tools/counter: add a flexible watch events tool
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 index 33f4a51d715e..4bbadb7ec93a 100644 --- a/tools/counter/Build +++ b/tools/counter/Build @@ -1 +1,2 @@ counter_example-y += counter_example.o +counter_watch_events-y += counter_watch_events.o |
