From 46d330a6badd60e96127a3c6f722d3d3193d5a31 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Mon, 31 Mar 2014 13:30:18 +0900 Subject: kbuild: do not use $(BOARD) to specify exact object name Signed-off-by: Masahiro Yamada --- board/broadcom/bcm28155_ap/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/broadcom') 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 -- cgit v1.2.1