summaryrefslogtreecommitdiff
path: root/arch/m68k/cpu/mcf532x/config.mk
blob: 470d22f165f8d0a1bf9d86223bb28f5646dbc16f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# (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_MCF5301x) := -mcpu=53015 -fPIC
cpuflags-$(CONFIG_MCF532x)  := -mcpu=5329 -fPIC

PLATFORM_CPPFLAGS += $(cpuflags-y)