mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-17 12:41:32 +00:00
Makefile: specifiy an explicite object name rather than $(BOARD).o
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
This commit is contained in:
parent
3fdf5c8e94
commit
1b2226e0ce
3 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
# SPDX-License-Identifier: GPL-2.0+
|
||||
#
|
||||
|
||||
obj-y += $(BOARD).o
|
||||
obj-y += t1040qds.o
|
||||
obj-y += ddr.o
|
||||
obj-$(CONFIG_PCI) += pci.o
|
||||
obj-y += law.o
|
||||
|
|
|
@ -12,5 +12,5 @@ ifneq ($(OBJTREE),$(SRCTREE))
|
|||
$(shell mkdir -p $(obj)../common)
|
||||
endif
|
||||
|
||||
obj-y := $(BOARD).o ddr.o eth.o tlb.o pci.o law.o \
|
||||
obj-y := kmp204x.o ddr.o eth.o tlb.o pci.o law.o \
|
||||
../common/common.o ../common/ivm.o
|
||||
|
|
|
@ -5,5 +5,5 @@
|
|||
# SPDX-License-Identifier: GPL-2.0+
|
||||
#
|
||||
|
||||
obj-y := $(BOARD).o
|
||||
obj-y := beagle.o
|
||||
obj-$(CONFIG_STATUS_LED) += led.o
|
||||
|
|
Loading…
Add table
Reference in a new issue