mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 12:08:02 +08:00
2004-04-20 Ralf Corsepius <ralf_corsepius@rtems.org>
* libnetworking/Makefile.am: Add -D_KERNEL to CPPFLAGS.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2004-04-20 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* libnetworking/Makefile.am: Add -D_KERNEL to CPPFLAGS.
|
||||
|
||||
2004-04-20 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* libnetworking/net/bpf.h: Partial update from FreeBSD.
|
||||
|
||||
@@ -21,7 +21,7 @@ UNUSED_FILES += net/ppp.h net/ppp-deflate.c net/bsd-comp.c
|
||||
if HAS_NETWORKING
|
||||
# Add -DFORWARD_PROTOCOL to enable UDP forwarding -- requires missing net/pf.h
|
||||
libnetworking_CPPFLAGS = -D_COMPILING_BSD_KERNEL_ -DKERNEL -DINET -DNFS \
|
||||
-DDIAGNOSTIC -DBOOTP_COMPAT
|
||||
-DDIAGNOSTIC -DBOOTP_COMPAT -D_KERNEL
|
||||
|
||||
EXTRA_LIBRARIES = libnetworking.a
|
||||
CLEANFILES += libnetworking.a
|
||||
|
||||
Reference in New Issue
Block a user