mirror of
https://xff.cz/git/u-boot/
synced 2025-11-01 02:45:39 +01:00
Signed-off-by: Wolfgang Denk <wd@denx.de> [trini: Fixup common/cmd_io.c] Signed-off-by: Tom Rini <trini@ti.com>
11 lines
200 B
Makefile
11 lines
200 B
Makefile
#
|
|
# Copyright 2004 Freescale Semiconductor, Inc.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
PLATFORM_RELFLAGS += -meabi
|
|
|
|
PLATFORM_CPPFLAGS += -DCONFIG_MPC83xx -DCONFIG_E300 \
|
|
-ffixed-r2 -msoft-float
|