summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-10 22:37:46 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-10 22:37:46 +0000
commit751e9f6001c5930a8f1800e43f8fd04511da889e (patch)
tree5c39909934883a7f007bc5045ab3c38ca8a303f0 /c
parent2007-09-10 Alain Schaefer <alani@easc.ch> (diff)
downloadrtems-751e9f6001c5930a8f1800e43f8fd04511da889e.tar.bz2
2007-09-10 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am: Do not build networking if it is disabled.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/ChangeLog4
-rw-r--r--c/src/lib/libbsp/powerpc/gen83xx/Makefile.am3
2 files changed, 6 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/ChangeLog b/c/src/lib/libbsp/powerpc/gen83xx/ChangeLog
index 5908875a88..7a6ca98176 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/gen83xx/ChangeLog
@@ -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.
diff --git a/c/src/lib/libbsp/powerpc/gen83xx/Makefile.am b/c/src/lib/libbsp/powerpc/gen83xx/Makefile.am
index d5572fdb80..65b6f000a4 100644
--- a/c/src/lib/libbsp/powerpc/gen83xx/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/gen83xx/Makefile.am
@@ -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