From 040fda588472da50749a3f605e183ad5c02104f4 Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Wed, 4 Sep 2019 15:23:20 +0200 Subject: tools/syz-usbgen: ignore building keyboard.c --- tools/syz-usbgen/keyboard.c | 2 ++ 1 file changed, 2 insertions(+) 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. -- cgit mrf-deployment