fuzzer: add deprecation README.md

As discussed in https://github.com/thesofproject/sof/pull/4132

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
Marc Herbert 2021-05-21 18:22:06 +00:00 committed by Curtis Malainey
parent e69e1c7eeb
commit fa5cc118b5
2 changed files with 5 additions and 1 deletions

View File

@ -18,7 +18,7 @@ usage: $0 [-c|-f|-h|-l|-p|-t|-T]
-h Display help -h Display help
-c Rebuild ctl/ -c Rebuild ctl/
-f Rebuild fuzzer/ -f Rebuild fuzzer/ # deprecated, see fuzzer/README.md
-l Rebuild logger/ -l Rebuild logger/
-p Rebuild probes/ -p Rebuild probes/
-T Rebuild topology/ (not topology/development/! Use ALL) -T Rebuild topology/ (not topology/development/! Use ALL)

4
tools/fuzzer/README.md Normal file
View File

@ -0,0 +1,4 @@
This project has been superseded by sof/tools/oss-fuzz/. See also
https://thesofproject.github.io/latest/developer_guides/fuzzing/