Changeset 14782ec0 in rtems for c/src/lib/libcpu/m68k/configure.ac
- Timestamp:
- 04/05/10 17:11:48 (13 years ago)
- Branches:
- 4.10, 4.11, 5, master
- Children:
- da9518a2
- Parents:
- 9b2a6bb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/m68k/configure.ac
r9b2a6bb r14782ec0 47 47 AM_CONDITIONAL(mcf5235, test "$RTEMS_CPU_MODEL" = "mcf5235" ) 48 48 AM_CONDITIONAL(mcf5223x, test "$RTEMS_CPU_MODEL" = "mcf5223x" ) 49 AM_CONDITIONAL(mcf5225x, test "$RTEMS_CPU_MODEL" = "mcf52258" ) 49 50 AM_CONDITIONAL(mcf532x, test "$RTEMS_CPU_MODEL" = "mcf532x" ) 50 51 AM_CONDITIONAL(mcf548x, test "$RTEMS_CPU_MODEL" = "mcf548x" ) 51 52 52 RTEMS_AMPOLISH3 53 RTEMS_CHECK_NETWORKING 54 AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes") 55 53 56 54 57 # Explicitly list all Makefiles here
Note: See TracChangeset
for help on using the changeset viewer.