]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/avr32/config.mk
kconfig: add board Kconfig and defconfig files
[people/ms/u-boot.git] / arch / avr32 / config.mk
CommitLineData
7b64fef3
WD
1#
2# (C) Copyright 2000-2002
3# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4#
1a459660 5# SPDX-License-Identifier: GPL-2.0+
7b64fef3
WD
6#
7
9b6e2c36
MY
8ifeq ($(CROSS_COMPILE),)
9CROSS_COMPILE := avr32-linux-
10endif
11
5378d5ea 12PLATFORM_CPPFLAGS += -DCONFIG_AVR32
8ae86b76 13CONFIG_STANDALONE_LOAD_ADDR ?= 0x00000000
262ae0a6 14
28c699ef 15PLATFORM_RELFLAGS += -ffixed-r5 -fPIC -mno-init-got -mrelax
758472cc
AB
16PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections
17
c8e7ddd4 18LDFLAGS_u-boot = --gc-sections --relax