10 lines
203 B
Makefile
10 lines
203 B
Makefile
#
|
|
# (C) Copyright 2003-2010
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
PLATFORM_CPPFLAGS += -DCONFIG_MPC5xxx \
|
|
-mstring -mcpu=603e -mmultiple
|