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 5750121ae7 ("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@canonical.com>
Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
This commit is contained in:
Masahiro Yamada
2023-01-10 16:45:01 +09:00
committed by Paolo Pisati
parent ea2946d046
commit dc03594ff0
+1
View File
@@ -97,3 +97,4 @@ obj-$(CONFIG_SAMPLES) += samples/
obj-$(CONFIG_NET) += net/
obj-y += virt/
obj-y += $(ARCH_DRIVERS)
obj-y += ubuntu/