Files
Masahiro Yamada ea2946d046 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>
2024-03-11 09:40:15 +01:00

19 lines
415 B
Makefile

#
# Makefile for the Linux kernel ubuntu supplied third-party device drivers.
#
#
# NOTE: to allow drivers to be added and removed without causing merge
# collisions you should add new entries in the middle of the six lines
# of ## at the bottom of the list. Always add three lines of ## above
# your new entry and maintain the six lines below.
#
##
##
##
obj-$(CONFIG_UBUNTU_HOST) += ubuntu-host/
##
##
##