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