mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-09 17:12:58 +00:00
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:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user