diff options
author | Kay Sievers <kay@vrfy.org> | 2012-10-25 21:32:22 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2012-10-25 21:44:23 +0200 |
commit | 0380748b55b3116686b470ae2f52c9b561455a08 (patch) | |
tree | e7bac3f31bd4d96910c3603dd64dcbcc890d495b /Makefile.am | |
parent | e5f2783e73a98cfb067f10eeed2289b454c9e672 (diff) |
udev: hwdb: add acpi/pnp vendor description file
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a9666fa157..0ac63f1f66 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1781,7 +1781,8 @@ dist_udevrules_DATA += \ dist_udevhwdb_DATA = \ hwdb/20-pci-vendor-product.hwdb \ - hwdb/20-usb-vendor-product.hwdb + hwdb/20-usb-vendor-product.hwdb \ + hwdb/20-acpi-vendor.hwdb udevconfdir = $(sysconfdir)/udev dist_udevconf_DATA = \ |