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/Makefile.am

    r9b2a6bb r14782ec0  
    117117endif
    118118
     119if mcf5225x
     120## mcf5225x/include
     121include_mcf5225xdir = $(includedir)/mcf5225x
     122include_mcf5225x_HEADERS = mcf5225x/include/mcf5225x.h
     123# Network
     124if HAS_NETWORKING
     125include_mcf5225x_HEADERS += mcf5225x/include/fec.h
     126endif ## HAS_NETWORKING
     127endif
     128
    119129if mcf5235
    120130## mcf5235/include
Note: See TracChangeset for help on using the changeset viewer.