summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDongjin Kim <tobetter@gmail.com>2018-07-31 17:18:11 +0900
committerDongjin Kim <tobetter@gmail.com>2018-07-31 17:19:27 +0900
commit2ba064a69ee77faf43ae0f639ad5df3b8d76ab8f (patch)
tree3d8943e9f5c51face25228ea38ca948ac48029e0 /Makefile
parente04eaff52acd8191cbe2e758b2c098b5e429d321 (diff)
downloadu-boot-odroid-c1-2ba064a69ee77faf43ae0f639ad5df3b8d76ab8f.tar.gz
ODROID-COMMON: all 'bootimage' target to 'all'
Change-Id: Ifbb6ee5a5bb66d3563b707e84b23168ad090ea0a Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c9c8abbb2b..28e366f3e0 100644
--- a/Makefile
+++ b/Makefile
@@ -763,6 +763,8 @@ ifneq ($(CONFIG_BUILD_TARGET),)
ALL-y += $(CONFIG_BUILD_TARGET:"%"=%)
endif
+ALL-$(CONFIG_ODROID_COMMON) += bootimage
+
LDFLAGS_u-boot += $(LDFLAGS_FINAL)
ifneq ($(CONFIG_SYS_TEXT_BASE),)
LDFLAGS_u-boot += -Ttext $(CONFIG_SYS_TEXT_BASE)