Skip to content

Commit

Permalink
UBUNTU: SAUCE: (no-up) re-add ubuntu/ directory
Browse files Browse the repository at this point in the history
In the previous Kinetic release, ubuntu/ was added in the top Makefile:

  drivers-y       := drivers/ sound/ ubuntu/

Upstream commit 5750121 ("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 <[email protected]>
Signed-off-by: Andrea Righi <[email protected]>
  • Loading branch information
masahir0y authored and piso77 committed Mar 11, 2024
1 parent ea2946d commit dc03594
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,4 @@ obj-$(CONFIG_SAMPLES) += samples/
obj-$(CONFIG_NET) += net/
obj-y += virt/
obj-y += $(ARCH_DRIVERS)
obj-y += ubuntu/

0 comments on commit dc03594

Please sign in to comment.