diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2013-03-29 15:35:41 -0400 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2013-04-02 15:02:35 -0400 |
commit | 7378b89a14c192550c8df844ac3a0bb60585992e (patch) | |
tree | fc78e7a957d83de71df9341168a9576ed0d98408 /hwdb/Makefile.am | |
parent | c7c0dad3bdc11f3e75c5ae7c407b93e9bffcca04 (diff) |
hwdb: remove uneeded *-vendor-product.hwdb
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Signed-off-by: Ian Stakenvicius <axs@gentoo.org>
Diffstat (limited to 'hwdb/Makefile.am')
-rw-r--r-- | hwdb/Makefile.am | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/hwdb/Makefile.am b/hwdb/Makefile.am index dd52ea6c7f..097936f7cc 100644 --- a/hwdb/Makefile.am +++ b/hwdb/Makefile.am @@ -1,9 +1,10 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} dist_udevhwdb_DATA = \ - 20-pci-vendor-product.hwdb \ + 20-acpi-vendor.hwdb \ + 20-bluetooth-vendor-product.hwdb \ + 20-OUI.hwdb \ 20-pci-classes.hwdb \ - 20-usb-vendor-product.hwdb \ + 20-pci-vendor-model.hwdb \ 20-usb-classes.hwdb \ - 20-acpi-vendor.hwdb \ - 20-OUI.hwdb + 20-usb-vendor-model.hwdb |