From dc03594ff026d455abf1a23b887af57e0cc77609 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Tue, 10 Jan 2023 16:45:01 +0900 Subject: [PATCH] UBUNTU: SAUCE: (no-up) re-add ubuntu/ directory 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 Signed-off-by: Andrea Righi --- 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/