aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBaozeng Ding <sploving1@gmail.com>2016-06-10 21:57:19 +0800
committerBaozeng Ding <sploving1@gmail.com>2016-06-13 09:28:38 +0800
commit1dbfdcf75749205d52b1aaacf59b2e66b3edaf63 (patch)
tree01262826604e0296f040aa9c9e598fd9f1bebcf5 /Makefile
parent09a6b9531f64f3808e18a2801f0525808afee6f3 (diff)
sys: support kcm and netrom
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7c6be65e7..46851d1ed 100644
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ upgrade:
SYSCALL_FILES=sys/sys.txt sys/socket.txt sys/tty.txt sys/perf.txt \
sys/key.txt sys/bpf.txt sys/fuse.txt sys/dri.txt sys/kdbus.txt sys/sctp.txt \
sys/kvm.txt sys/sndseq.txt sys/sndtimer.txt sys/sndcontrol.txt sys/input.txt \
- sys/netlink.txt sys/tun.txt sys/random.txt
+ sys/netlink.txt sys/tun.txt sys/random.txt sys/kcm.txt sys/netrom.txt
generate: bin/syz-sysgen $(SYSCALL_FILES)
bin/syz-sysgen -linux=$(LINUX) -linuxbld=$(LINUXBLD) $(SYSCALL_FILES)
bin/syz-sysgen: sysgen/*.go