aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2016-01-26 16:42:23 +0100
committerDmitry Vyukov <dvyukov@google.com>2016-01-26 16:42:23 +0100
commit22fda1e655ea348edcbd2d748a1eb65d853b96ee (patch)
treeca672d1c6dc356c86fbe56e4808edcc8912c1c62 /Makefile
parentb5f1cae8dd3f19faff3ff122020f98aa6f28916c (diff)
parent4bbea2300f8f58831f7bed4ab592f661185b0f93 (diff)
Merge pull request #14 from sploving/master
sys: support /dev/random and /dev/net/tun
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 85f1ae44f..cc7a80c8a 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@ 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/netlink.txt
+ sys/netlink.txt sys/tun.txt sys/random.txt
format:
go fmt ./...