diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2013-03-27 08:24:22 -0400 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2013-04-02 13:54:21 -0400 |
commit | ef0ac643c8213f7e95c547f541d7617fc24c93cc (patch) | |
tree | 2f63fac8b2ba35f2344e71375ce9c92762eba301 /rules/Makefile.am | |
parent | 65adce02ae2435420196e37dd1a2d1936d757a79 (diff) |
rules: updates from upstream
Authors include:
Tollef Fog Heen
Kay Sievers
Tom Gundersen
Tony Camuso
Lennart Poettering
Martin Pitt
Harald Hoyer
Michal Schmidt
Matthew Garrett
See http://cgit.freedesktop.org/systemd/systemd/log/rules
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Signed-off-by: Ian Stakenvicius <axs@gentoo.org>
Diffstat (limited to 'rules/Makefile.am')
-rw-r--r-- | rules/Makefile.am | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/rules/Makefile.am b/rules/Makefile.am index 319b7c59f6..dca563e815 100644 --- a/rules/Makefile.am +++ b/rules/Makefile.am @@ -2,16 +2,18 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} dist_udevrules_DATA = \ 42-usb-hid-pm.rules \ + 50-firmware.rules \ 50-udev-default.rules \ 60-cdrom_id.rules \ - 60-persistent-storage-tape.rules \ - 60-persistent-serial.rules \ - 60-persistent-input.rules \ 60-persistent-alsa.rules \ + 60-persistent-input.rules \ + 60-persistent-serial.rules \ + 60-persistent-storage-tape.rules \ 60-persistent-v4l.rules \ 61-accelerometer.rules \ 64-btrfs.rules \ 75-net-description.rules \ + 75-persistent-net-generator.rules \ 75-probe_mtd.rules \ 75-tty-description.rules \ 78-sound-card.rules \ |