]> git.ipfire.org Git - people/ms/u-boot.git/blame_incremental - arch/m68k/config.mk
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / arch / m68k / config.mk
... / ...
CommitLineData
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
8CROSS_COMPILE ?= m68k-elf-
9
10CONFIG_STANDALONE_LOAD_ADDR ?= 0x20000
11
12PLATFORM_CPPFLAGS += -DCONFIG_M68K -D__M68K__
13PLATFORM_LDFLAGS += -n
14PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections
15LDFLAGS_FINAL += --gc-sections