0007-Ubuntu-remove-leftover-reference-to-ubuntu-hio-drive.patch 960 B

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