UBUNTU: SAUCE: (no-up) Remove obj- += foo.o hack

This is a hack used in the old days. Upstream Kernel stopped doing
this. Refer to:

 f7adc3124d ("kbuild: create built-in.o automatically if parent directory wants it")
 bf070bb0e6 ("kbuild: remove all dummy assignments to obj-")

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 17:18:31 +09:00
committed by Paolo Pisati
parent 913c6f5988
commit ea2946d046
-3
View File
@@ -16,6 +16,3 @@ obj-$(CONFIG_UBUNTU_HOST) += ubuntu-host/
##
##
##
# This is a stupid trick to get kbuild to create ubuntu/built-in.o
obj- += foo.o