mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-01-25 08:29:59 +07:00
d4a1c1bcf0
This squashes upstream commits from the following authors: AppleBloom Dmitry Pisklov Jimmie Tauriainen Jose Ignacio Naranjo Kay Sievers Marcel Holtmann Martin Pitt Raudi Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
18 lines
358 B
Makefile
18 lines
358 B
Makefile
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
|
|
|
|
dist_udevhwdb_DATA = \
|
|
20-acpi-vendor.hwdb \
|
|
20-bluetooth-vendor-product.hwdb \
|
|
20-OUI.hwdb \
|
|
20-pci-classes.hwdb \
|
|
20-pci-vendor-model.hwdb \
|
|
20-sdio-classes.hwdb \
|
|
20-sdio-vendor-model.hwdb \
|
|
20-usb-classes.hwdb \
|
|
20-usb-vendor-model.hwdb
|
|
|
|
if ENABLE_KEYMAP
|
|
dist_udevhwdb_DATA += \
|
|
60-keyboard.hwdb
|
|
endif
|