]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/m68k/config.mk
Merge branch 'next' of git://git.denx.de/u-boot-mpc83xx
[karo-tx-uboot.git] / arch / m68k / config.mk
1 #
2 # (C) Copyright 2000-2002
3 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4 #
5 # SPDX-License-Identifier:      GPL-2.0+
6 #
7
8 CROSS_COMPILE ?= m68k-elf-
9
10 CONFIG_STANDALONE_LOAD_ADDR ?= 0x20000
11
12 PLATFORM_CPPFLAGS += -DCONFIG_M68K -D__M68K__
13 PLATFORM_LDFLAGS  += -n
14 PLATFORM_RELFLAGS              += -ffunction-sections -fdata-sections
15 LDFLAGS_FINAL                  += --gc-sections