]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/mips/cpu/xburst/config.mk
kbuild: change out-of-tree build
[people/ms/u-boot.git] / arch / mips / cpu / xburst / config.mk
CommitLineData
80421fcc
XL
1#
2# Copyright (C) 2011 Xiangfu Liu <xiangfu@openmobilefree.net>
3#
1a459660 4# SPDX-License-Identifier: GPL-2.0+
80421fcc
XL
5#
6
2c0e3de3 7PLATFORM_CPPFLAGS += -march=mips32
9950b90d
GJ
8PLATFORM_CPPFLAGS += -mabi=32 -DCONFIG_32BIT
9ifdef CONFIG_SYS_BIG_ENDIAN
10PLATFORM_LDFLAGS += -m elf32btsmip
11else
12PLATFORM_LDFLAGS += -m elf32ltsmip
13endif
0efcdb15 14
9e414032 15CONFIG_STANDALONE_LOAD_ADDR ?= 0x80200000 -T $(srctree)/$(src)/mips.lds