]> git.ipfire.org Git - thirdparty/u-boot.git/blame - arch/m68k/cpu/mcf547x_8x/config.mk
Add GPL-2.0+ SPDX-License-Identifier to source files
[thirdparty/u-boot.git] / arch / m68k / cpu / mcf547x_8x / config.mk
CommitLineData
570c0186
TL
1#
2# (C) Copyright 2003 Josef Baumgartner <josef.baumgartner@telex.de>
3#
4# (C) Copyright 2000-2004
5# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
6#
1a459660 7# SPDX-License-Identifier: GPL-2.0+
570c0186
TL
8#
9
10PLATFORM_RELFLAGS += -ffixed-d7 -msep-data
570c0186 11PLATFORM_CPPFLAGS += -mcpu=5485 -fPIC
8371dc20
TL
12
13ifneq (,$(findstring -linux-,$(shell $(CC) --version)))
14ifneq (,$(findstring GOT,$(shell $(LD) --help)))
15PLATFORM_LDFLAGS += --got=single
16endif
17endif