[J][PATCH] Ubuntu: remove leftover reference to ubuntu/hio driver
Thomas Lamprecht
t.lamprecht at proxmox.com
Tue Jul 26 10:37:27 UTC 2022
Am 12/03/2022 um 16:19 schrieb Thomas Lamprecht:
> 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 <t.lamprecht at proxmox.com>
> ---
> ubuntu/Makefile | 4 ----
> 1 file changed, 4 deletions(-)
>
> diff --git a/ubuntu/Makefile b/ubuntu/Makefile
> index 27fa95ba242a..3bfc4494c069 100644
> --- a/ubuntu/Makefile
> +++ b/ubuntu/Makefile
> @@ -15,10 +15,6 @@
> ##
> ##
> ##
> -obj-$(CONFIG_HIO) += hio/
> -##
> -##
> -##
> obj-$(CONFIG_UBUNTU_HOST) += ubuntu-host/
> ##
> ##
fyi; seems this patch is missing for kinetic, the commit that removes hio there left
it over and thus fails the `clean` target.
https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/kinetic/commit/?h=master-next&id=a34a26b6df76b24d78257e2d35e289e17650865d
FWIW, this patch would apply cleanly on the current kinectic git tree.
btw. https://kernel.ubuntu.com/git/ubuntu/ seems to miss jammy and kinetic mirrors
from the launchpad repos (I could swear jammy was once there a few months ago, maybe
it got dropped when "spring cleaning" all the kernel repos from EOL releases).
cheers,
Thomas
More information about the kernel-team
mailing list