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