2004-04-20 Ralf Corsepius <ralf_corsepius@rtems.org>

* libnetworking/Makefile.am: Add -D_KERNEL to CPPFLAGS.
This commit is contained in:
Ralf Corsepius
2004-04-20 12:22:02 +00:00
parent d9f1466781
commit c2b59d5c10
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -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.
+1 -1
View File
@@ -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