summaryrefslogtreecommitdiff
path: root/make-linux.mk
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-11-23 13:18:46 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-11-23 13:18:46 -0800
commit95106e2e301c2a63bb3ec9a12f48fb0158c35a88 (patch)
tree7577f9e0aef12a5e524d1f0f54d0d18f44382f1a /make-linux.mk
parent2a6ea387180e76ae934a9d653adb7aa5f9fa479f (diff)
downloadinfinitytier-95106e2e301c2a63bb3ec9a12f48fb0158c35a88.tar.gz
infinitytier-95106e2e301c2a63bb3ec9a12f48fb0158c35a88.zip
Mare make-self-contained code cleanup.
Diffstat (limited to 'make-linux.mk')
-rw-r--r--make-linux.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-linux.mk b/make-linux.mk
index 51b8bc96..c5efda93 100644
--- a/make-linux.mk
+++ b/make-linux.mk
@@ -34,7 +34,7 @@ DEFS=-DZT_ENABLE_NETCON
LDLIBS?=
include objects.mk
-OBJS+=osdep/LinuxEthernetTap.o netcon/NetconEthernetTap.o osdep/Arp.o netcon/NetconUtilities.o
+OBJS+=osdep/LinuxEthernetTap.o netcon/NetconEthernetTap.o
# "make official" is a shortcut for this
ifeq ($(ZT_OFFICIAL_RELEASE),1)