]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/m68k/cpu/mcf523x/config.mk
m68k: mcf523x: move CPU type to Kconfig and refactor config.mk
[people/ms/u-boot.git] / arch / m68k / cpu / mcf523x / config.mk
CommitLineData
4a442d31
TL
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#
1a459660 7# SPDX-License-Identifier: GPL-2.0+
4a442d31
TL
8#
9
f47fb6b4
MY
10cpuflags-$(CONFIG_M5235) := -mcpu=5235 -fPIC
11
12PLATFORM_CPPFLAGS += $(cpuflags-y)