]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/cpu/arm926ejs/config.mk
12b0d09d3725ffd731ead4d46e8a370b562521c6
[people/ms/u-boot.git] / arch / arm / cpu / arm926ejs / config.mk
1 #
2 # (C) Copyright 2002
3 # Gary Jennejohn, DENX Software Engineering, <garyj@denx.de>
4 #
5 # SPDX-License-Identifier: GPL-2.0+
6 #
7
8 PLATFORM_CPPFLAGS += -march=armv5te
9 # =========================================================================
10 #
11 # Supply options according to compiler version
12 #
13 # =========================================================================
14 PF_RELFLAGS_SLB_AT := $(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,))
15 PLATFORM_RELFLAGS += $(PF_RELFLAGS_SLB_AT)
16
17 ifneq ($(CONFIG_IMX_CONFIG),)
18 ifdef CONFIG_SPL
19 ifdef CONFIG_SPL_BUILD
20 ALL-y += $(OBJTREE)/SPL
21 endif
22 else
23 ALL-y += $(obj)u-boot.imx
24 endif
25 endif