kbuild,tegra124: add dummy obj- for Kbuild
In Kbuild, every makefile must have non-empty obj- or obj-y. Otherwise, built-in.o will not be created and the link stage will fail. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
This commit is contained in:
parent
f150c83704
commit
2aa43f70cf
@ -4,3 +4,6 @@
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0+
|
||||
#
|
||||
|
||||
# necessary to create built-in.o
|
||||
obj- := __dummy__.o
|
||||
|
Loading…
Reference in New Issue
Block a user