]> git.sesse.net Git - bmusb/commit
Make UDEVDIR configurable.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 11 Apr 2020 12:17:20 +0000 (14:17 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 11 Apr 2020 12:17:20 +0000 (14:17 +0200)
commit7d282bf25e6b11c1e594164cdccb56460a34b42d
tree5706d23740db4bdcc187e8b5901b22988718e747
parenta98948c7322f514d55ffff0461dadba0920d3672
Make UDEVDIR configurable.

This makes the udev directory overridable on the command line.
If none is given, it defaults to getting the directory from pkg-config,
if you have the udev development package installed, and failing that,
hard-codes /lib/udev as before.

All of this is based on research and suggestions from speps.
Makefile