From 0012b8fe7d013bb8e1cb9137baf14fed3a9c67dc Mon Sep 17 00:00:00 2001 From: Daniel Hellstrom Date: Fri, 16 Mar 2012 14:44:10 +0100 Subject: LEON3: fixed GRETH conflict in Makefile.am no. 2 --- c/src/lib/libbsp/sparc/leon3/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/c/src/lib/libbsp/sparc/leon3/Makefile.am b/c/src/lib/libbsp/sparc/leon3/Makefile.am index 92c5a0686d..c5495f6347 100644 --- a/c/src/lib/libbsp/sparc/leon3/Makefile.am +++ b/c/src/lib/libbsp/sparc/leon3/Makefile.am @@ -249,8 +249,8 @@ endif if HAS_NETWORKING noinst_PROGRAMS += leon_greth.rel -leon_greth_rel_SOURCES = leon_greth/leon_greth.c -leon_greth_rel_SOURCES += ../../sparc/shared/net/greth.c +libbsp_a_SOURCES += leon_greth/leon_greth.c +leon_greth_rel_SOURCES = ../../sparc/shared/net/greth.c include_HEADERS += ../../sparc/shared/include/greth.h leon_greth_rel_CPPFLAGS = $(AM_CPPFLAGS) leon_greth_rel_CPPFLAGS += -D__INSIDE_RTEMS_BSD_TCPIP_STACK__ -- cgit v1.2.3