tms570/Makefile.am: Remove bad networking build info

This commit is contained in:
Joel Sherrill
2014-09-02 18:06:57 -05:00
parent 4761761cfb
commit 78364c7db3

View File

@@ -130,20 +130,6 @@ libbsp_a_CPPFLAGS += -I$(srcdir)/../../../libcpu/arm/shared/include
# Start hooks
libbsp_a_SOURCES += startup/bspstarthooks.c
# Network
if HAS_NETWORKING
noinst_PROGRAMS = network.rel
network_rel_CPPFLAGS = $(AM_CPPFLAGS)
network_rel_CPPFLAGS += -D__INSIDE_RTEMS_BSD_TCPIP_STACK__ -D__BSD_VISIBLE
network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
libbsp_a_LIBADD += network.rel
endif
# ----------------------------
# ------ Special Rules
# ----------------------------