diff options
Diffstat (limited to 'qemu/roms/u-boot/arch/powerpc/cpu/ppc4xx/config.mk')
-rw-r--r-- | qemu/roms/u-boot/arch/powerpc/cpu/ppc4xx/config.mk | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/qemu/roms/u-boot/arch/powerpc/cpu/ppc4xx/config.mk b/qemu/roms/u-boot/arch/powerpc/cpu/ppc4xx/config.mk deleted file mode 100644 index 102f069f9..000000000 --- a/qemu/roms/u-boot/arch/powerpc/cpu/ppc4xx/config.mk +++ /dev/null @@ -1,17 +0,0 @@ -# -# (C) Copyright 2000-2010 -# Wolfgang Denk, DENX Software Engineering, wd@denx.de. -# -# SPDX-License-Identifier: GPL-2.0+ -# - -PLATFORM_CPPFLAGS += -DCONFIG_4xx -mstring -msoft-float - -cfg=$(shell grep configs $(objtree)/include/config.h | sed 's/.*<\(configs.*\)>/\1/') -is440:=$(shell grep CONFIG_440 $(srctree)/include/$(cfg)) - -ifneq (,$(findstring CONFIG_440,$(is440))) -PLATFORM_CPPFLAGS += -Wa,-m440 -mcpu=440 -else -PLATFORM_CPPFLAGS += -Wa,-m405 -mcpu=405 -endif |