]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/powerpc/cpu/ppc4xx/config.mk
drivers, block: remove sil680 driver
[people/ms/u-boot.git] / arch / powerpc / cpu / ppc4xx / config.mk
CommitLineData
4f163801 1#
fa11dbe5 2# (C) Copyright 2000-2010
4f163801
WD
3# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4#
1a459660 5# SPDX-License-Identifier: GPL-2.0+
4f163801
WD
6#
7
c6d12624 8PLATFORM_CPPFLAGS += -mstring -msoft-float
4f163801 9
0bca284b 10ifneq (,$(CONFIG_440))
efa35cf1
GB
11PLATFORM_CPPFLAGS += -Wa,-m440 -mcpu=440
12else
13PLATFORM_CPPFLAGS += -Wa,-m405 -mcpu=405
14endif