commit | d589f92bd3b8a076df5e3aa71d9a10afa6f474db | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Mon Nov 11 14:35:50 2013 +0900 |
committer | Tom Rini <trini@ti.com> | Sun Nov 17 14:11:30 2013 -0500 |
tree | 72e1ec504f2beffd34cf096f49ce115a90b5f1b7 | |
parent | 1da00f5181f2f66d7a151c49305b9c34b7cb6cdb [diff] [blame] |
Makefile: specifiy an explicite object name rather than $(BOARD).o Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
diff --git a/board/freescale/t1040qds/Makefile b/board/freescale/t1040qds/Makefile index a2dba6f..93af9eb 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