summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/cpu/ppc4xx/config.mk
blob: a7253b2bb43722c980778e5ed806e56d37c46e32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# (C) Copyright 2000-2010
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
#
# SPDX-License-Identifier:	GPL-2.0+
#

PLATFORM_CPPFLAGS += -DCONFIG_4xx -mstring -msoft-float

cfg=$(srctree)/include/configs/$(CONFIG_SYS_CONFIG_NAME:"%"=%).h
is440:=$(shell grep CONFIG_440 $(cfg))

ifneq (,$(findstring CONFIG_440,$(is440)))
PLATFORM_CPPFLAGS += -Wa,-m440 -mcpu=440
else
PLATFORM_CPPFLAGS += -Wa,-m405 -mcpu=405
endif
OpenPOWER on IntegriCloud