2009-02-04 Ralf Corsépius <ralf.corsepius@rtems.org>

* Makefile.am: Add -D__BSD_VISIBLE to wifi_rel_CPPFLAGS.
This commit is contained in:
Ralf Corsepius
2009-02-04 15:42:03 +00:00
parent 99a4f7199a
commit dba24c39a6
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2009-02-04 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Add -D__BSD_VISIBLE to wifi_rel_CPPFLAGS.
2008-12-05 Ralf Corsépius <ralf.corsepius@rtems.org>
* bsp_specs: Remove -Qy from *link.

View File

@@ -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