]> git.sur5r.net Git - u-boot/blob - arch/m68k/cpu/mcf52x2/config.mk
m68k: mcf547x_8x: move CPU type to Kconfig and refactor config.mk
[u-boot] / arch / m68k / cpu / mcf52x2 / 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_M5208) := -mcpu=5208
11 cpuflags-$(CONFIG_M5249) := -mcpu=5249
12 cpuflags-$(CONFIG_M5253) := -mcpu=5253
13 cpuflags-$(CONFIG_M5271) := -mcpu=5271
14 cpuflags-$(CONFIG_M5272) := -mcpu=5272
15 cpuflags-$(CONFIG_M5275) := -mcpu=5275
16 cpuflags-$(CONFIG_M5282) := -mcpu=5282
17
18 PLATFORM_CPPFLAGS += $(cpuflags-y)