]> Git Repo - J-u-boot.git/blob - arch/m68k/config.mk
Add GPL-2.0+ SPDX-License-Identifier to source files
[J-u-boot.git] / arch / m68k / config.mk
1 #
2 # (C) Copyright 2000-2002
3 # Wolfgang Denk, DENX Software Engineering, [email protected].
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
This page took 0.026524 seconds and 4 git commands to generate.