summaryrefslogtreecommitdiff
path: root/arch/m68k/cpu/mcf5227x/config.mk
blob: a6814d8895b1c82a43533185693315daaf320528 (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_M52277) := -mcpu=52277 -fPIC

PLATFORM_CPPFLAGS += $(cpuflags-y)