]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/m68k/cpu/mcf52x2/config.mk
m68k: mcf52x2: move CPU type to Kconfig and refactor config.mk
[people/ms/u-boot.git] / arch / m68k / cpu / mcf52x2 / config.mk
CommitLineData
4e5ca3eb 1#
bf9e3b38
WD
2# (C) Copyright 2003 Josef Baumgartner <josef.baumgartner@telex.de>
3#
4# (C) Copyright 2000-2004
4e5ca3eb
WD
5# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
6#
1a459660 7# SPDX-License-Identifier: GPL-2.0+
4e5ca3eb
WD
8#
9
d4a9b17d
MY
10cpuflags-$(CONFIG_M5208) := -mcpu=5208
11cpuflags-$(CONFIG_M5249) := -mcpu=5249
12cpuflags-$(CONFIG_M5253) := -mcpu=5253
13cpuflags-$(CONFIG_M5271) := -mcpu=5271
14cpuflags-$(CONFIG_M5272) := -mcpu=5272
15cpuflags-$(CONFIG_M5275) := -mcpu=5275
16cpuflags-$(CONFIG_M5282) := -mcpu=5282
d9240a5f 17
d4a9b17d 18PLATFORM_CPPFLAGS += $(cpuflags-y)