Browse Source

Include 60-autosuspend-chromiumos.hwdb

Bug: https://bugs.gentoo.org/736746
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Mike Gilbert 3 years ago
parent
commit
cad1d07b02
1 changed files with 11 additions and 3 deletions
  1. 11 3
      Makefile

+ 11 - 3
Makefile

@@ -32,9 +32,17 @@ INSTALL_TARGETS-yes = install-base
 INSTALL_TARGETS-$(UDEV) += install-hwdb
 
 SYSTEMD_SOURCE = https://github.com/systemd/systemd/raw/master/hwdb.d
-UDEV_FILES = 20-acpi-vendor.hwdb 20-bluetooth-vendor-product.hwdb
-UDEV_FILES += 20-net-ifname.hwdb 60-evdev.hwdb 60-keyboard.hwdb 60-sensor.hwdb
-UDEV_FILES += 70-joystick.hwdb 70-mouse.hwdb 70-pointingstick.hwdb 70-touchpad.hwdb
+UDEV_FILES = 20-acpi-vendor.hwdb
+UDEV_FILES += 20-bluetooth-vendor-product.hwdb
+UDEV_FILES += 20-net-ifname.hwdb
+UDEV_FILES += 60-autosuspend-chromiumos.hwdb
+UDEV_FILES += 60-evdev.hwdb
+UDEV_FILES += 60-keyboard.hwdb
+UDEV_FILES += 60-sensor.hwdb
+UDEV_FILES += 70-joystick.hwdb
+UDEV_FILES += 70-mouse.hwdb
+UDEV_FILES += 70-pointingstick.hwdb
+UDEV_FILES += 70-touchpad.hwdb
 
 all: $(ALL_TARGETS-yes)