forked from Imagelibrary/rtems
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:
@@ -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>
|
2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
* configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
|
||||||
|
|||||||
@@ -69,7 +69,9 @@ libbsp_a_SOURCES += \
|
|||||||
shmsupp/addrconv.c shmsupp/getcfg.c shmsupp/lock.c shmsupp/mpisr.c
|
shmsupp/addrconv.c shmsupp/getcfg.c shmsupp/lock.c shmsupp/mpisr.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if HAS_NETWORKING
|
||||||
libbsp_a_SOURCES += network/if_sim.c
|
libbsp_a_SOURCES += network/if_sim.c
|
||||||
|
endif
|
||||||
|
|
||||||
libbsp_a_LIBADD = ../../../libcpu/@RTEMS_CPU@/shared/cpuIdent.rel \
|
libbsp_a_LIBADD = ../../../libcpu/@RTEMS_CPU@/shared/cpuIdent.rel \
|
||||||
../../../libcpu/@RTEMS_CPU@/shared/stack.rel \
|
../../../libcpu/@RTEMS_CPU@/shared/stack.rel \
|
||||||
|
|||||||
@@ -15,6 +15,10 @@ RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
|
|||||||
RTEMS_CANONICALIZE_TOOLS
|
RTEMS_CANONICALIZE_TOOLS
|
||||||
RTEMS_PROG_CCAS
|
RTEMS_PROG_CCAS
|
||||||
|
|
||||||
|
RTEMS_CHECK_NETWORKING
|
||||||
|
|
||||||
|
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
|
||||||
|
|
||||||
RTEMS_CONFIG_BUILD_SUBDIRS(tools)
|
RTEMS_CONFIG_BUILD_SUBDIRS(tools)
|
||||||
|
|
||||||
RTEMS_BSPOPTS_SET([PPC_USE_SPRG],[*],[0])
|
RTEMS_BSPOPTS_SET([PPC_USE_SPRG],[*],[0])
|
||||||
|
|||||||
Reference in New Issue
Block a user