aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2016-01-23 21:27:57 +0100
committerDmitry Vyukov <dvyukov@google.com>2016-01-23 21:27:57 +0100
commitf5311fac952afd6a2daded81a3c03e2b2dee19c5 (patch)
tree21314e44f4a463de3f96208f5cede18e00a7bbbf /Makefile
parent7e28ae6b3b14fe16a8ca5d831b4e0527db12ab20 (diff)
sys: add basic netlink support for real
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 743d49555..3d310d793 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,8 @@ upgrade:
generate:
go run sysgen/*.go -linux=$(LINUX) 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/kvm.txt sys/sndseq.txt sys/sndtimer.txt sys/sndcontrol.txt sys/input.txt \
+ sys/netlink.txt
format:
go fmt ./...