From 751e9f6001c5930a8f1800e43f8fd04511da889e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 10 Sep 2007 22:37:46 +0000 Subject: 2007-09-10 Joel Sherrill * Makefile.am: Do not build networking if it is disabled. --- c/src/lib/libbsp/powerpc/gen83xx/ChangeLog | 4 ++++ c/src/lib/libbsp/powerpc/gen83xx/Makefile.am | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'c') 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 + + * Makefile.am: Do not build networking if it is disabled. + 2007-09-05 Joel Sherrill * 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 -- cgit v1.2.3