forked from Imagelibrary/rtems
17 lines
310 B
INI
17 lines
310 B
INI
#
|
|
# Config file for a PowerPC MPC860-based MBX821-002b card.
|
|
#
|
|
|
|
#
|
|
# All MBX8xx configurations share the same base file, only a few
|
|
# parameters differ.
|
|
#
|
|
|
|
RTEMS_MBX_MODEL=mbx821_002b
|
|
8XX_CPU_TYPE=821
|
|
|
|
include $(RTEMS_ROOT)/make/custom/mbx8xx.cfg
|
|
|
|
# optimize flag: typically -O2
|
|
CFLAGS_OPTIMIZE_V = -O2 -g
|