commit | 1b2226e0ceebf01e192715b77b96dbe9e9f75a4b | [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 | 3fdf5c8e94e7a2a62f98ea8f0ad1a84d18eccfbf [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/ti/beagle/Makefile b/board/ti/beagle/Makefile index 9f55e8f..7a858be 100644 --- a/board/ti/beagle/Makefile +++ b/board/ti/beagle/Makefile
@@ -5,5 +5,5 @@ # SPDX-License-Identifier: GPL-2.0+ # -obj-y := $(BOARD).o +obj-y := beagle.o obj-$(CONFIG_STATUS_LED) += led.o