X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Modules%2FIPStack%2FMakefile;h=0838a343af4d903957abb0c7bdc808ed73e3a683;hb=b1873b4cff47aae8ada8cc303ea01b475cc7ccc8;hp=f04ab32082022ae7294625ba7435d91036f42c49;hpb=fd2f0a88bc702cccc6e15fdf39caaa084c3dd2fe;p=tpg%2Facess2.git diff --git a/Modules/IPStack/Makefile b/Modules/IPStack/Makefile index f04ab320..0838a343 100644 --- a/Modules/IPStack/Makefile +++ b/Modules/IPStack/Makefile @@ -1,7 +1,8 @@ # # -OBJ := main.o link.o arp.o +OBJ := main.o interface.o +OBJ += link.o arp.o OBJ += ipv4.o icmp.o OBJ += ipv6.o OBJ += firewall.o routing.o