aboutsummaryrefslogtreecommitdiffstats
path: root/ggsn/Makefile.am
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-04-25 19:02:31 +0200
committerHarald Welte <laforge@gnumonks.org>2018-04-25 20:46:05 +0200
commit0406bdde75fc200754021f356c481059bae42b33 (patch)
tree835ed5bdc688bd32799ea34556e9ce95fae81974 /ggsn/Makefile.am
parent97e7a98e0a25557e9156fe2f7b0bf7de44fab250 (diff)
Move kernel GTP support from ggsn/ to lib/
This way, the IP address / route handling between TUN devices and kernel GTP can be shared, which will provide not only a unified codebase but also a more consistent behavior. This also paves the road for to use kernel GTP from sgsnemu in the future. Related: OS#3214 Change-Id: Ic53a971136edd0d8871fbd6746d7b0090ce3a188
Diffstat (limited to 'ggsn/Makefile.am')
-rw-r--r--ggsn/Makefile.am6
1 files changed, 1 insertions, 5 deletions
diff --git a/ggsn/Makefile.am b/ggsn/Makefile.am
index 6b2232f..eca385f 100644
--- a/ggsn/Makefile.am
+++ b/ggsn/Makefile.am
@@ -12,8 +12,4 @@ osmo_ggsn_LDADD += $(LIBGTPNL_LIBS)
endif
osmo_ggsn_DEPENDENCIES = ../gtp/libgtp.la ../lib/libmisc.a
-osmo_ggsn_SOURCES = ggsn_vty.c ggsn.c ggsn.h gtp-kernel.h icmpv6.c icmpv6.h checksum.c checksum.h
-
-if ENABLE_GTP_KERNEL
-osmo_ggsn_SOURCES += gtp-kernel.c
-endif
+osmo_ggsn_SOURCES = ggsn_vty.c ggsn.c ggsn.h icmpv6.c icmpv6.h checksum.c checksum.h