7.9. Udev-093

The Udev package contains programs for dynamic creation of device nodes.

7.9.1. Installation of Udev

Compile the package:

make CROSS_COMPILE="${LFS_TARGET}-" CC="${CC} ${BUILD64}" LD="${CC} ${BUILD64}" \
        udevdir=/dev

Install the package:

make DESTDIR=${LFS} udevdir=/dev install

Details on this package are located in Section 10.51.2, “Contents of Udev.”