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