aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2016-01-13 20:45:35 +0100
committerDmitry Vyukov <dvyukov@google.com>2016-01-13 20:45:35 +0100
commitb217dcb509f133976933640563ff5c41bc97fc0b (patch)
tree4ce44036b17a4b0e21c1d9d0d83368156c7e3c45 /Makefile
parentd399ab9dc9ddf7417f2f91c70e6298348312fbab (diff)
sys: support /dev/input/{mouse,mice,event}
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1a60aae9c..743d49555 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ 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/kvm.txt sys/sndseq.txt sys/sndtimer.txt sys/sndcontrol.txt sys/input.txt
format:
go fmt ./...