mirror of
https://xff.cz/git/u-boot/
synced 2025-09-30 23:11:32 +02:00
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>