2009-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>

* Makefile.am, configure.ac: Disable network interface when networking
	is disabled.
This commit is contained in:
Joel Sherrill
2009-09-23 00:00:34 +00:00
parent 846e46afe2
commit d81a9a7a14
3 changed files with 11 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2009-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac: Disable network interface when networking
is disabled.
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.

View File

@@ -69,7 +69,9 @@ libbsp_a_SOURCES += \
shmsupp/addrconv.c shmsupp/getcfg.c shmsupp/lock.c shmsupp/mpisr.c
endif
if HAS_NETWORKING
libbsp_a_SOURCES += network/if_sim.c
endif
libbsp_a_LIBADD = ../../../libcpu/@RTEMS_CPU@/shared/cpuIdent.rel \
../../../libcpu/@RTEMS_CPU@/shared/stack.rel \

View File

@@ -15,6 +15,10 @@ RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
RTEMS_CANONICALIZE_TOOLS
RTEMS_PROG_CCAS
RTEMS_CHECK_NETWORKING
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
RTEMS_CONFIG_BUILD_SUBDIRS(tools)
RTEMS_BSPOPTS_SET([PPC_USE_SPRG],[*],[0])