mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 16:07:30 +00:00
2aa43f70cf
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>
9 lines
164 B
Makefile
9 lines
164 B
Makefile
#
|
|
# (C) Copyright 2013-2014
|
|
# NVIDIA Corporation <www.nvidia.com>
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
# necessary to create built-in.o
|
|
obj- := __dummy__.o
|