aboutsummaryrefslogtreecommitdiff
path: root/libnet/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libnet/Makefile')
-rw-r--r--libnet/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnet/Makefile b/libnet/Makefile
index 95baa33..43de0e2 100644
--- a/libnet/Makefile
+++ b/libnet/Makefile
@@ -1,6 +1,6 @@
# MIT License, Copyright (c) 2020 Marvin Borner
-COBJS = dns.o http.o
+COBJS = dns.o http.o ip.o
CC = ccache ../cross/opt/bin/i686-elf-gcc
LD = ccache ../cross/opt/bin/i686-elf-ld
AR = ccache ../cross/opt/bin/i686-elf-ar