]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/m68k/cpu/mcf530x/config.mk
aef72d70c50d474db7f390d26eb81f2a7835ac0c
[karo-tx-uboot.git] / arch / m68k / cpu / mcf530x / config.mk
1 #
2 # (C) Copyright 2014  Angelo Dureghello <angelo@sysam.it>
3 #
4 # SPDX-License-Identifier:     GPL-2.0+
5 #
6
7 cfg=$(srctree)/include/configs/$(CONFIG_SYS_CONFIG_NAME:"%"=%).h
8 is5307:=$(shell grep CONFIG_M5307 $(cfg))
9
10 ifneq (,$(findstring CONFIG_M5307,$(is5307)))
11 PLATFORM_CPPFLAGS += -mcpu=5307
12 endif