summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/nds/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-02-04 15:42:03 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-02-04 15:42:03 +0000
commitdba24c39a6484be850b23cf027bd4e11f7d1751e (patch)
treef363d6dca987f9c39b83c82b0a8ee034e328a941 /c/src/lib/libbsp/arm/nds/Makefile.am
parent2009-02-04 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-dba24c39a6484be850b23cf027bd4e11f7d1751e.tar.bz2
2009-02-04 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Add -D__BSD_VISIBLE to wifi_rel_CPPFLAGS.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/arm/nds/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/arm/nds/Makefile.am b/c/src/lib/libbsp/arm/nds/Makefile.am
index 46cc33c33d..76d26bcc55 100644
--- a/c/src/lib/libbsp/arm/nds/Makefile.am
+++ b/c/src/lib/libbsp/arm/nds/Makefile.am
@@ -99,7 +99,7 @@ if HAS_NETWORKING
noinst_PROGRAMS += wifi.rel
wifi_rel_SOURCES = wifi/wifi.c \
wifi/compat.c
-wifi_rel_CPPFLAGS = $(AM_CPPFLAGS) -DARM9 -I$(srcdir)/dswifi/include -I$(srcdir)/libnds/include -I$(srcdir)/dswifi/include -D_KERNEL
+wifi_rel_CPPFLAGS = $(AM_CPPFLAGS) -DARM9 -I$(srcdir)/dswifi/include -I$(srcdir)/libnds/include -I$(srcdir)/dswifi/include -D_KERNEL -D__BSD_VISIBLE
wifi_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
endif