Comment 0 for bug 1999556

Revision history for this message
Brian Wood (brianwood) wrote :

Added Linux kernel remote branch for Kinetic raspi to test with 22.04 install. When running "make clean" on fresh branch noticed error referencing "hio" driver that's been removed:

$ make clean
scripts/Makefile.clean:15: ubuntu/hio/Makefile: No such file or directory
make[2]: *** No rule to make target 'ubuntu/hio/Makefile'. Stop.
make[1]: *** [scripts/Makefile.clean:62: ubuntu/hio] Error 2
make: *** [Makefile:1858: _clean_ubuntu] Error 2

Found that commit cf58599cded35cf4affed1e659c0e2c742d3fda7 missing:

commit cf58599cded35cf4affed1e659c0e2c742d3fda7
Author: Thomas Lamprecht <email address hidden>
Date: Sat Mar 12 16:19:10 2022 +0100

    Ubuntu: remove leftover reference to ubuntu/hio driver

    A single reference to the hio driver was forgotten when it was removed
    recently. While this reference is not a problem for the build itself, it
    breaks the __clean target from 'scripts/Makefile.clean' here, as make
    cannot enter the "ubuntu/hio" folder for cleaning due to ENOENT.

    Fixes: 4ea6dd9afa0a0d ("UBUNTU: Remove ubuntu/hio driver")
    Signed-off-by: Thomas Lamprecht <email address hidden>
    Acked-by: Tim Gardner <email address hidden>
    Signed-off-by: Paolo Pisati <email address hidden>