Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}

dist_udevhwdb_DATA = \
	20-OUI.hwdb \
	20-acpi-vendor.hwdb \
	20-bluetooth-vendor-product.hwdb \
	20-net-ifname.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 \
	20-vmbus-class.hwdb \
	60-evdev.hwdb \
	60-keyboard.hwdb \
	60-sensor.hwdb \
	70-mouse.hwdb \
	70-pointingstick.hwdb \
	70-touchpad.hwdb

sbin_SCRIPTS =

if INSTALL_UPDATE_IDS_SCRIPT
sbin_SCRIPTS += update-udev-ids.pl

update-udev-ids.pl: ids-update.pl
	cp $< $@
	chmod 755 $@
endif