[Lunar/unstable] UBUNTU: SAUCE: (no-up) Remove obj- += foo.o hack
Masahiro Yamada
masahiro.yamada at canonical.com
Tue Jan 10 08:18:31 UTC 2023
This is a hack used in the old days. Upstream Kernel stopped doing
this. Refer to:
f7adc3124da0 ("kbuild: create built-in.o automatically if parent directory wants it")
bf070bb0e6c6 ("kbuild: remove all dummy assignments to obj-")
Signed-off-by: Masahiro Yamada <masahiro.yamada at canonical.com>
---
ubuntu/Makefile | 3 ---
1 file changed, 3 deletions(-)
diff --git a/ubuntu/Makefile b/ubuntu/Makefile
index 3bfc4494c069..9eeb209d6e28 100644
--- a/ubuntu/Makefile
+++ b/ubuntu/Makefile
@@ -22,6 +22,3 @@ obj-$(CONFIG_UBUNTU_HOST) += ubuntu-host/
##
##
##
-
-# This is a stupid trick to get kbuild to create ubuntu/built-in.o
-obj- += foo.o
--
2.34.1
More information about the kernel-team
mailing list