m68k: mcf523x: move CPU type to Kconfig and refactor config.mk
[platform/kernel/u-boot.git] / arch / m68k / cpu / mcf523x / config.mk
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 #
7 # SPDX-License-Identifier:      GPL-2.0+
8 #
9
10 cpuflags-$(CONFIG_M5235) := -mcpu=5235 -fPIC
11
12 PLATFORM_CPPFLAGS += $(cpuflags-y)