Usermode/libc - Fix strchr and strrchr behavior
[tpg/acess2.git] / KernelLand / Modules / IPStack / Makefile
1 #
2 #
3
4 OBJ := main.o interface.o adapters.o
5 OBJ += buffer.o
6 OBJ += link.o hwaddr_cache.o
7 OBJ += ipv4.o icmp.o arp.o
8 OBJ += ipv6.o icmpv6.o
9 OBJ += firewall.o routing.o
10 OBJ += udp.o tcp.o
11 NAME := IPStack
12 CATEGORY := 
13
14 -include ../Makefile.tpl

UCC git Repository :: git.ucc.asn.au