mirror of
https://xff.cz/git/u-boot/
synced 2025-09-30 23:11:32 +02:00
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:
committed by
Tom Rini
parent
f150c83704
commit
2aa43f70cf
@@ -4,3 +4,6 @@
|
|||||||
#
|
#
|
||||||
# SPDX-License-Identifier: GPL-2.0+
|
# SPDX-License-Identifier: GPL-2.0+
|
||||||
#
|
#
|
||||||
|
|
||||||
|
# necessary to create built-in.o
|
||||||
|
obj- := __dummy__.o
|
||||||
|
Reference in New Issue
Block a user