]> git.proxmox.com Git - pve-kernel.git/blob - patches/kernel/0014-Ubuntu-remove-leftover-reference-of-ubuntu-hio-drive.patch
update sources to Ubuntu-5.15.0-24.24
[pve-kernel.git] / patches / kernel / 0014-Ubuntu-remove-leftover-reference-of-ubuntu-hio-drive.patch
1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2 From: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 Date: Sat, 12 Mar 2022 16:07:49 +0100
4 Subject: [PATCH] Ubuntu: remove leftover reference of ubuntu/hio driver
5
6 A single reference to the hio driver was forgotten when it was
7 removed recently. While this reference is not a problem for the build
8 itself, it breaks the __clean target from 'scripts/Makefile.clean'
9 here, as make cannot enter the "ubuntu/hio" folder for cleaning due
10 to ENOENT.
11
12 Fixes: 4ea6dd9afa0a0d ("UBUNTU: Remove ubuntu/hio driver")
13 Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
14 ---
15 ubuntu/Makefile | 4 ----
16 1 file changed, 4 deletions(-)
17
18 diff --git a/ubuntu/Makefile b/ubuntu/Makefile
19 index 27fa95ba242a..3bfc4494c069 100644
20 --- a/ubuntu/Makefile
21 +++ b/ubuntu/Makefile
22 @@ -15,10 +15,6 @@
23 ##
24 ##
25 ##
26 -obj-$(CONFIG_HIO) += hio/
27 -##
28 -##
29 -##
30 obj-$(CONFIG_UBUNTU_HOST) += ubuntu-host/
31 ##
32 ##