From d03ea6b3bd2180c771cdc7185e34303930e81a25 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sat, 12 Mar 2022 16:21:13 +0100 Subject: [PATCH] add buildsys fix for clean target Signed-off-by: Thomas Lamprecht --- ...ftover-reference-of-ubuntu-hio-drive.patch | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 patches/kernel/0014-Ubuntu-remove-leftover-reference-of-ubuntu-hio-drive.patch diff --git a/patches/kernel/0014-Ubuntu-remove-leftover-reference-of-ubuntu-hio-drive.patch b/patches/kernel/0014-Ubuntu-remove-leftover-reference-of-ubuntu-hio-drive.patch new file mode 100644 index 0000000..299764f --- /dev/null +++ b/patches/kernel/0014-Ubuntu-remove-leftover-reference-of-ubuntu-hio-drive.patch @@ -0,0 +1,32 @@ +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: Thomas Lamprecht +Date: Sat, 12 Mar 2022 16:07:49 +0100 +Subject: [PATCH] Ubuntu: remove leftover reference of 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 +--- + 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/ + ## + ## -- 2.39.2