diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2016-01-13 20:45:35 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2016-01-13 20:45:35 +0100 |
| commit | b217dcb509f133976933640563ff5c41bc97fc0b (patch) | |
| tree | 4ce44036b17a4b0e21c1d9d0d83368156c7e3c45 /Makefile | |
| parent | d399ab9dc9ddf7417f2f91c70e6298348312fbab (diff) | |
sys: support /dev/input/{mouse,mice,event}
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ./... |
