X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=inline;f=Modules%2FIPStack%2FMakefile;fp=Modules%2FIPStack%2FMakefile;h=08cbe6096e28c7469186eb0be7d08d7bd8c4e642;hb=a79ebcb3a2e206251f44e99376ec2ed6c2bacc63;hp=a79f09aad678b65a536b31b05308935444bb8e0f;hpb=3234a52a913609230ffc140c27542d421bb1b7d3;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