u-boot-brain/arch/powerpc/cpu/ppc4xx/config.mk

15 lines
285 B
Makefile
Raw Normal View History

2002-09-19 06:14:53 +09:00
#
# (C) Copyright 2000-2010
2002-09-19 06:14:53 +09:00
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
#
# SPDX-License-Identifier: GPL-2.0+
2002-09-19 06:14:53 +09:00
#
PLATFORM_CPPFLAGS += -mstring -msoft-float
2002-09-19 06:14:53 +09:00
ifneq (,$(CONFIG_440))
PLATFORM_CPPFLAGS += -Wa,-m440 -mcpu=440
else
PLATFORM_CPPFLAGS += -Wa,-m405 -mcpu=405
endif