Ignore:
Timestamp:
04/05/10 17:11:48 (13 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 5, master
Children:
da9518a2
Parents:
9b2a6bb
Message:

2010-04-05 Thomas Znidar <t.znidar@…>

  • Makefile.am, configure.ac, preinstall.am: Add mcf5225x support.
  • mcf5225x/include/fec.h, mcf5225x/include/mcf5225x.h, mcf5225x/network/fec.c: New files.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libcpu/m68k/configure.ac

    r9b2a6bb r14782ec0  
    4747AM_CONDITIONAL(mcf5235, test "$RTEMS_CPU_MODEL" = "mcf5235" )
    4848AM_CONDITIONAL(mcf5223x, test "$RTEMS_CPU_MODEL" = "mcf5223x" )
     49AM_CONDITIONAL(mcf5225x, test "$RTEMS_CPU_MODEL" = "mcf52258" )
    4950AM_CONDITIONAL(mcf532x, test "$RTEMS_CPU_MODEL" = "mcf532x" )
    5051AM_CONDITIONAL(mcf548x, test "$RTEMS_CPU_MODEL" = "mcf548x" )
    5152
    52 RTEMS_AMPOLISH3
     53RTEMS_CHECK_NETWORKING
     54AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
     55
    5356
    5457# Explicitly list all Makefiles here
Note: See TracChangeset for help on using the changeset viewer.