summaryrefslogtreecommitdiffstats
path: root/board/broadcom
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-03-31 13:30:18 +0900
committerTom Rini <trini@ti.com>2014-04-17 17:44:35 -0400
commit46d330a6badd60e96127a3c6f722d3d3193d5a31 (patch)
treec4871eeb7b8186d2002c83922ab62403ba2ec7b7 /board/broadcom
parentd8d7cbd96affe6e842577b47afa0debf12fac2db (diff)
downloadtalos-obmc-uboot-46d330a6badd60e96127a3c6f722d3d3193d5a31.tar.gz
talos-obmc-uboot-46d330a6badd60e96127a3c6f722d3d3193d5a31.zip
kbuild: do not use $(BOARD) to specify exact object name
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'board/broadcom')
-rw-r--r--board/broadcom/bcm28155_ap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/broadcom/bcm28155_ap/Makefile b/board/broadcom/bcm28155_ap/Makefile
index b18785a078..4bb9e70823 100644
--- a/board/broadcom/bcm28155_ap/Makefile
+++ b/board/broadcom/bcm28155_ap/Makefile
@@ -4,4 +4,4 @@
# SPDX-License-Identifier: GPL-2.0+
#
-obj-y += $(BOARD).o
+obj-y += bcm28155_ap.o
OpenPOWER on IntegriCloud