aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e0c17d33d..89dfa00d5 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ upgrade:
go build -o ./bin/syz-upgrade github.com/google/syzkaller/tools/syz-upgrade
generate:
- go run sysgen/*.go -linux=$(LINUX) sys/sys.txt
+ go run sysgen/*.go -linux=$(LINUX) sys/sys.txt sys/kdbus.txt
format:
go fmt ./...