diff options
author | Shuah Khan <shuahkh@osg.samsung.com> | 2016-09-16 23:53:52 +0200 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2016-09-20 20:38:48 +0200 |
commit | 6bee835dd54e279f3d3ae2eca92a9c394b4fd028 (patch) | |
tree | 5dfd18866d8ec5e533fa1173f2fc5c952c658cb6 /samples/mic/mpssd/.gitignore | |
parent | selftests: Move networking/timestamping from Documentation (diff) | |
download | linux-6bee835dd54e279f3d3ae2eca92a9c394b4fd028.tar.xz linux-6bee835dd54e279f3d3ae2eca92a9c394b4fd028.zip |
samples: move mic/mpssd example code from Documentation
Move mic/mpssd examples to samples and remove it from Documentation
Makefile. Create a new Makefile to build mic/mpssd. It can be built
from top level directory or from mic/mpssd directory:
Run make -C samples/mic/mpssd or cd samples/mic/mpssd; make
Acked-by: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Diffstat (limited to 'samples/mic/mpssd/.gitignore')
-rw-r--r-- | samples/mic/mpssd/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/mic/mpssd/.gitignore b/samples/mic/mpssd/.gitignore new file mode 100644 index 000000000000..8b7c72f07c92 --- /dev/null +++ b/samples/mic/mpssd/.gitignore @@ -0,0 +1 @@ +mpssd |