mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
2010-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Remove -Wno-unused-variable.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2010-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove -Wno-unused-variable.
|
||||
|
||||
2010-05-10 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* include/bsp.h: Do not include <bsp/bsp_bsdnet_attach.h> if networkign
|
||||
|
||||
@@ -189,7 +189,7 @@ noinst_PROGRAMS += network_if_gfe_tmp.rel
|
||||
network_if_gfe_tmp_rel_SOURCES = network/if_gfe/if_gfe.c network/if_gfe/if_gfe_rtems.c
|
||||
network_if_gfe_tmp_rel_CPPFLAGS = $(AM_CPPFLAGS) \
|
||||
-I$(srcdir)/network/porting -I$(srcdir)/network/if_gfe
|
||||
network_if_gfe_tmp_rel_CFLAGS = -Wno-unused-variable $(AM_CFLAGS)
|
||||
network_if_gfe_tmp_rel_CFLAGS = $(AM_CFLAGS)
|
||||
network_if_gfe_tmp_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
|
||||
# remove all unneccessary global symbols to avoid name clashes
|
||||
@@ -208,7 +208,7 @@ network_if_em_tmp_rel_SOURCES = network/if_em/if_em.c \
|
||||
network/if_em/if_em_rtems.c
|
||||
network_if_em_tmp_rel_CPPFLAGS = $(AM_CPPFLAGS) \
|
||||
-I$(srcdir)/network/porting -I$(srcdir)/network/if_em
|
||||
network_if_em_tmp_rel_CFLAGS = -Wno-unused-variable $(AM_CFLAGS)
|
||||
network_if_em_tmp_rel_CFLAGS = $(AM_CFLAGS)
|
||||
network_if_em_tmp_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
|
||||
|
||||
network_if_em.rel: network_if_em_tmp.rel
|
||||
|
||||
Reference in New Issue
Block a user