Changeset 982c61cc in rtems
- Timestamp:
- 01/20/05 15:15:49 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 4ca43d72
- Parents:
- d873fd4
- Location:
- c/src/lib/libbsp/sparc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/sparc/erc32/Makefile.am
rd873fd4 r982c61cc 63 63 noinst_PROGRAMS += erc32sonic.rel 64 64 erc32sonic_rel_SOURCES = erc32sonic/erc32sonic.c 65 erc32sonic_rel_CPPFLAGS = $(AM_CPPFLAGS) \ 66 $(erc32sonic_CPPFLAGS) 65 erc32sonic_rel_CPPFLAGS = $(AM_CPPFLAGS) $(erc32sonic_CPPFLAGS) 67 66 erc32sonic_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) 68 67 endif -
c/src/lib/libbsp/sparc/leon/Makefile.am
rd873fd4 r982c61cc 66 66 noinst_PROGRAMS += leon_open_eth.rel 67 67 leon_open_eth_rel_SOURCES = leon_open_eth/leon_open_eth.c 68 leon_open_eth_rel_CPPFLAGS = $(AM_CPPFLAGS) \ 69 $(leon_open_eth_CPPFLAGS) 68 leon_open_eth_rel_CPPFLAGS = $(AM_CPPFLAGS) $(leon_open_eth_CPPFLAGS) 70 69 leon_open_eth_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) 71 70 endif
Note: See TracChangeset
for help on using the changeset viewer.