summaryrefslogtreecommitdiff
path: root/src/grp-udev/hwdb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-udev/hwdb/Makefile')
-rw-r--r--src/grp-udev/hwdb/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/grp-udev/hwdb/Makefile b/src/grp-udev/hwdb/Makefile
index e3e51d5c74..42f6f501f3 100644
--- a/src/grp-udev/hwdb/Makefile
+++ b/src/grp-udev/hwdb/Makefile
@@ -31,6 +31,10 @@ hwdb-update:
wget -O ma-large.txt 'http://standards.ieee.org/develop/regauth/oui/oui.txt' && \
wget -O ma-medium.txt 'http://standards.ieee.org/develop/regauth/oui28/mam.txt' && \
wget -O ma-small.txt 'http://standards.ieee.org/develop/regauth/oui36/oui36.txt' && \
- ./ids-update.pl )
+ wget -O pnp_id_registry.html 'http://www.uefi.org/uefi-pnp-export' && \
+ wget -O acpi_id_registry.html 'http://www.uefi.org/uefi-acpi-export' && \
+ ./ids-update.pl && \
+ ./acpi-update.py > 20-acpi-vendor.hwdb.base && \
+ patch -p0 -o- 20-acpi-vendor.hwdb.base < 20-acpi-vendor.hwdb.patch > 20-acpi-vendor.hwdb )
include $(topsrcdir)/build-aux/Makefile.tail.mk