summaryrefslogtreecommitdiffstats
path: root/board/freescale
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2013-11-11 14:35:50 +0900
committerTom Rini <trini@ti.com>2013-11-17 14:11:30 -0500
commit1b2226e0ceebf01e192715b77b96dbe9e9f75a4b (patch)
tree72e1ec504f2beffd34cf096f49ce115a90b5f1b7 /board/freescale
parent3fdf5c8e94e7a2a62f98ea8f0ad1a84d18eccfbf (diff)
downloadtalos-obmc-uboot-1b2226e0ceebf01e192715b77b96dbe9e9f75a4b.tar.gz
talos-obmc-uboot-1b2226e0ceebf01e192715b77b96dbe9e9f75a4b.zip
Makefile: specifiy an explicite object name rather than $(BOARD).o
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'board/freescale')
-rw-r--r--board/freescale/t1040qds/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/t1040qds/Makefile b/board/freescale/t1040qds/Makefile
index a2dba6ff1c..93af9eb6a0 100644
--- a/board/freescale/t1040qds/Makefile
+++ b/board/freescale/t1040qds/Makefile
@@ -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
OpenPOWER on IntegriCloud