ea2946d046
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>
19 lines
415 B
Makefile
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/
|
|
##
|
|
##
|
|
##
|