forked from Imagelibrary/rtems
2007-09-10 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am: Do not build networking if it is disabled.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2007-09-10 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* Makefile.am: Do not build networking if it is disabled.
|
||||
|
||||
2007-09-05 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* configure.ac: Fix path.
|
||||
|
||||
@@ -80,12 +80,13 @@ console_rel_SOURCES = console/console.c console/ns16550cfg.c
|
||||
console_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
console_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
|
||||
if HAS_NETWORKING
|
||||
noinst_PROGRAMS += network.rel
|
||||
network_rel_SOURCES = network/network.c
|
||||
network_rel_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
network_rel_CPPFLAGS += -D__INSIDE_RTEMS_BSD_TCPIP_STACK__ -D__BSD_VISIBLE
|
||||
|
||||
network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
endif
|
||||
|
||||
noinst_PROGRAMS += bsp_i2c.rel
|
||||
bsp_i2c_rel_SOURCES = i2c/i2c_init.c
|
||||
|
||||
Reference in New Issue
Block a user