diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-03-31 13:30:18 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-04-17 17:44:35 -0400 |
commit | 46d330a6badd60e96127a3c6f722d3d3193d5a31 (patch) | |
tree | c4871eeb7b8186d2002c83922ab62403ba2ec7b7 /board/broadcom | |
parent | d8d7cbd96affe6e842577b47afa0debf12fac2db (diff) | |
download | u-boot-46d330a6badd60e96127a3c6f722d3d3193d5a31.tar.gz |
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/Makefile | 2 |
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 |