diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2019-09-04 15:23:20 +0200 |
|---|---|---|
| committer | Andrey Konovalov <andreyknvl@gmail.com> | 2019-09-04 15:59:38 +0200 |
| commit | 040fda588472da50749a3f605e183ad5c02104f4 (patch) | |
| tree | 4a36d4ae1024bd3c92e92cc192e5c1cda87d9873 | |
| parent | 24cb2b46b8cce5138923278aff504cf500dd7d37 (diff) | |
tools/syz-usbgen: ignore building keyboard.c
| -rw-r--r-- | tools/syz-usbgen/keyboard.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/syz-usbgen/keyboard.c b/tools/syz-usbgen/keyboard.c index 9456189cd..2a6015d4e 100644 --- a/tools/syz-usbgen/keyboard.c +++ b/tools/syz-usbgen/keyboard.c @@ -1,3 +1,5 @@ +// +build + // Copyright 2019 syzkaller project authors. All rights reserved. // Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. |
