]> git.proxmox.com Git - pve-kernel.git/blame - 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
CommitLineData
d03ea6b3
TL
1From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2From: Thomas Lamprecht <t.lamprecht@proxmox.com>
3Date: Sat, 12 Mar 2022 16:07:49 +0100
4Subject: [PATCH] Ubuntu: remove leftover reference of ubuntu/hio driver
5
6A single reference to the hio driver was forgotten when it was
7removed recently. While this reference is not a problem for the build
8itself, it breaks the __clean target from 'scripts/Makefile.clean'
9here, as make cannot enter the "ubuntu/hio" folder for cleaning due
10to ENOENT.
11
12Fixes: 4ea6dd9afa0a0d ("UBUNTU: Remove ubuntu/hio driver")
13Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
14---
15 ubuntu/Makefile | 4 ----
16 1 file changed, 4 deletions(-)
17
18diff --git a/ubuntu/Makefile b/ubuntu/Makefile
19index 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 ##