mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 10:01:57 +00:00
libc: provide more net-specific header files
This commit is contained in:
parent
3a9e5cbd8c
commit
66006a0313
@ -1 +1 @@
|
||||
1f3035bb342960e15effef162cf4d2f50fbb7d7f
|
||||
d8d8c56df0ee6a1c3bd2c08c1f013a1ab7c408a7
|
||||
|
@ -99,11 +99,13 @@ DIR_CONTENT(include/libc/vm) := \
|
||||
DIRS += include/libc/net
|
||||
DIR_CONTENT(include/libc/net) := \
|
||||
$(addprefix src/lib/libc/sys/net/, if.h if_dl.h if_tun.h if_types.h \
|
||||
radix.h route.h)
|
||||
radix.h route.h \
|
||||
ethernet.h if_arp.h)
|
||||
|
||||
DIRS += include/libc/netinet
|
||||
DIR_CONTENT(include/libc/netinet) := \
|
||||
$(addprefix src/lib/libc/sys/netinet/, in.h in_systm.h ip.h tcp.h)
|
||||
$(addprefix src/lib/libc/sys/netinet/, in.h in_systm.h ip.h tcp.h \
|
||||
udp.h ip_icmp.h if_ether.h)
|
||||
|
||||
DIRS += include/libc/netinet6
|
||||
DIR_CONTENT(include/libc/netinet6) := src/lib/libc/sys/netinet6/in6.h
|
||||
|
Loading…
x
Reference in New Issue
Block a user