From 04e037aa4e5f71d11c004e844339d385a89733f6 Mon Sep 17 00:00:00 2001 From: Steven King Date: Tue, 5 Jun 2012 08:23:08 -0700 Subject: m68knommu: Add support for the Coldfire 5251/5253 Basic support for the Coldfire 5251/5253. Signed-off-by: Steven king Signed-off-by: Greg Ungerer --- arch/m68k/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/m68k/Makefile') diff --git a/arch/m68k/Makefile b/arch/m68k/Makefile index b7f2e2d5cd2e..8daf9697e5e2 100644 --- a/arch/m68k/Makefile +++ b/arch/m68k/Makefile @@ -50,6 +50,7 @@ cpuflags-$(CONFIG_M5275) := $(call cc-option,-mcpu=5275,-m5307) cpuflags-$(CONFIG_M5272) := $(call cc-option,-mcpu=5272,-m5307) cpuflags-$(CONFIG_M5271) := $(call cc-option,-mcpu=5271,-m5307) cpuflags-$(CONFIG_M523x) := $(call cc-option,-mcpu=523x,-m5307) +cpuflags-$(CONFIG_M525x) := $(call cc-option,-mcpu=5253,-m5200) cpuflags-$(CONFIG_M5249) := $(call cc-option,-mcpu=5249,-m5200) cpuflags-$(CONFIG_M520x) := $(call cc-option,-mcpu=5208,-m5200) cpuflags-$(CONFIG_M5206e) := $(call cc-option,-mcpu=5206e,-m5200) -- cgit v1.2.1