1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 00:32:04 +02: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:
Masahiro Yamada
2014-03-31 13:30:18 +09:00
committed by Tom Rini
parent d8d7cbd96a
commit 46d330a6ba
2 changed files with 2 additions and 2 deletions

View File

@@ -4,4 +4,4 @@
# SPDX-License-Identifier: GPL-2.0+
#
obj-y += $(BOARD).o
obj-y += bcm28155_ap.o

View File

@@ -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