Skip to content

Commit df4057e

Browse files
masahir0yAndrea Righi
authored and
Andrea Righi
committed
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 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]>
1 parent 0ec3066 commit df4057e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Kbuild

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,4 @@ obj-$(CONFIG_SAMPLES) += samples/
9797
obj-$(CONFIG_NET) += net/
9898
obj-y += virt/
9999
obj-y += $(ARCH_DRIVERS)
100+
obj-y += ubuntu/

0 commit comments

Comments
 (0)