2007-09-11 Joel Sherrill <joel.sherrill@OARcorp.com>

* Makefile.am, configure.ac: Do not build networking drivers if
	networking is disabled.
This commit is contained in:
Joel Sherrill
2007-09-11 13:10:12 +00:00
parent 751e9f6001
commit 4a1eb75b90
3 changed files with 11 additions and 1 deletions

View File

@@ -77,6 +77,9 @@ AM_CONDITIONAL(ppc403,[test "$RTEMS_CPU_MODEL" = "ppc403" \
|| test "$RTEMS_CPU_MODEL" = "ppc405"])
AM_CONDITIONAL(ppc405, test "$RTEMS_CPU_MODEL" = "ppc405")
RTEMS_CHECK_NETWORKING
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
RTEMS_AMPOLISH3
# Explicitly list all Makefiles here