X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Modules%2FIPStack%2FMakefile;h=08cbe6096e28c7469186eb0be7d08d7bd8c4e642;hb=95a530ccd8a001ca1488d7265268cf8bee2b650e;hp=a79f09aad678b65a536b31b05308935444bb8e0f;hpb=0255883b3e68d607b8250006927575fe15a7f23b;p=tpg%2Facess2.git diff --git a/Modules/IPStack/Makefile b/Modules/IPStack/Makefile index a79f09aa..08cbe609 100644 --- a/Modules/IPStack/Makefile +++ b/Modules/IPStack/Makefile @@ -1,7 +1,7 @@ # # -OBJ = main.o link.o arp.o +OBJ := main.o link.o arp.o OBJ += ipv4.o icmp.o OBJ += ipv6.o OBJ += udp.o tcp.o