[Lunar/unstable] UBUNTU: SAUCE: (no-up) re-add ubuntu/ directory

Masahiro Yamada masahiro.yamada at canonical.com
Tue Jan 10 07:45:01 UTC 2023


In the previous Kinetic release, ubuntu/ was added in the top Makefile:

  drivers-y       := drivers/ sound/ ubuntu/

Upstream commit 5750121ae738 ("kbuild: list sub-directories in ./Kbuild")
changed how the top-level directories are listed.

It looks like ubuntu/ was lost in the process of rebasing.

Signed-off-by: Masahiro Yamada <masahiro.yamada at canonical.com>
---
 Kbuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Kbuild b/Kbuild
index 464b34a08f51..be2896d84de6 100644
--- a/Kbuild
+++ b/Kbuild
@@ -97,3 +97,4 @@ obj-$(CONFIG_SAMPLES)	+= samples/
 obj-$(CONFIG_NET)	+= net/
 obj-y			+= virt/
 obj-y			+= $(ARCH_DRIVERS)
+obj-y			+= ubuntu/
-- 
2.34.1




More information about the kernel-team mailing list