Skip to content
Snippets Groups Projects
Commit 1b2226e0 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Tom Rini
Browse files

Makefile: specifiy an explicite object name rather than $(BOARD).o

parent 3fdf5c8e
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment