ARM: tegra: colibri_t20: fix nand pinmux
[platform/kernel/u-boot.git] / arch / m68k / cpu / mcf5445x / config.mk
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 #
7 # Copyright 2011-2012 Freescale Semiconductor, Inc.
8 #
9 # SPDX-License-Identifier:      GPL-2.0+
10 #
11
12 cfg=$(srctree)/include/configs/$(CONFIG_SYS_CONFIG_NAME:"%"=%).h
13 is5441x:=$(shell grep CONFIG_MCF5441x $(cfg))
14
15 ifneq (,$(findstring CONFIG_MCF5441x,$(is5441x)))
16 PLATFORM_CPPFLAGS += -mcpu=54418 -fPIC
17 else
18 PLATFORM_CPPFLAGS += -mcpu=54455 -fPIC
19 endif
20
21 ifneq (,$(findstring -linux-,$(shell $(CC) --version)))
22 ifneq (,$(findstring GOT,$(shell $(LD) --help)))
23 PLATFORM_LDFLAGS += --got=single
24 endif
25 endif