mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
kbuild: do not use $(BOARD) to specify exact object name
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
This commit is contained in:
parent
d8d7cbd96a
commit
46d330a6ba
2 changed files with 2 additions and 2 deletions
|
@ -4,4 +4,4 @@
|
|||
# SPDX-License-Identifier: GPL-2.0+
|
||||
#
|
||||
|
||||
obj-y += $(BOARD).o
|
||||
obj-y += bcm28155_ap.o
|
||||
|
|
|
@ -6,5 +6,5 @@
|
|||
# SPDX-License-Identifier: GPL-2.0+
|
||||
#
|
||||
|
||||
obj-y += $(BOARD).o
|
||||
obj-y += cm_t335.o
|
||||
obj-$(CONFIG_SPL_BUILD) += mux.o spl.o
|
||||
|
|
Loading…
Reference in a new issue