summaryrefslogtreecommitdiff
path: root/arch/m68k/cpu/mcf523x/config.mk
blob: 4795f6ab8ac538ce5ebc73fafc8fc9905de79912 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# (C) Copyright 2003 Josef Baumgartner <josef.baumgartner@telex.de>
#
# (C) Copyright 2000-2004
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
#
# SPDX-License-Identifier:	GPL-2.0+
#

cpuflags-$(CONFIG_M5235) := -mcpu=5235 -fPIC

PLATFORM_CPPFLAGS += $(cpuflags-y)