diff options
author | Tom Gundersen <teg@jklm.no> | 2016-06-13 18:41:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-13 18:41:15 +0200 |
commit | 1be3f471e7b2c379b90207e02d95a3684329d5aa (patch) | |
tree | 66a38c81a64f244396f033797390c0883effa62e /Makefile.am | |
parent | 9ea8e2ce85303bba2a15c7508b1eb905433ad62c (diff) | |
parent | 3411164af3b765d1fc9f7bfa95be24e4e7acea2a (diff) | |
download | systemd-1be3f471e7b2c379b90207e02d95a3684329d5aa.tar.gz |
Merge pull request #3491 from poettering/hwdb-acpi
hwdb: update UEFI/ACPI/PNP/EISA/EDID database from UEFI web site
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e8b50ce054..8960513ffe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6277,7 +6277,11 @@ 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 ) .PHONY: built-sources built-sources: $(BUILT_SOURCES) |