2011-08-29 Joel Sherrill <joel.sherrilL@OARcorp.com>

* Makefile.am: Do not include ne2000.rel unless networking is enabled.
This commit is contained in:
Joel Sherrill
2011-08-29 18:28:35 +00:00
parent b57e1376ca
commit 2996b9b14d
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2011-08-29 Joel Sherrill <joel.sherrilL@OARcorp.com>
* Makefile.am: Do not include ne2000.rel unless networking is enabled.
2011-07-18 Till Straumann <strauman@slac.stanford.edu>
* configure.ac: changed tests so that variants

View File

@@ -160,8 +160,10 @@ libbsp_a_LIBADD = \
../../../libcpu/@RTEMS_CPU@/mpc6xx/altivec.rel
if QEMU
if HAS_NETWORKING
libbsp_a_LIBADD+=ne2000.rel
endif
endif
EXTRA_DIST = BOOTING README.mtx603e README.MVME2100 README.MVME2300 \
README.MVME2400 \