From ed70dde057247cfa3af40b2556e24d357dfa5ab6 Mon Sep 17 00:00:00 2001 From: Hartmut Brandt Date: Mon, 3 Nov 2003 09:18:52 +0000 Subject: [PATCH] Put the address handling, traffic descripto handling and the message encoding and decoding stuff into the base module. All of this is accessed by several of the NgATM modules and putting this into atmbase reduceds the memory footprint. --- sys/modules/netgraph/atm/atmbase/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/modules/netgraph/atm/atmbase/Makefile b/sys/modules/netgraph/atm/atmbase/Makefile index 98af2e89a0c..1ad4bb6b607 100644 --- a/sys/modules/netgraph/atm/atmbase/Makefile +++ b/sys/modules/netgraph/atm/atmbase/Makefile @@ -7,9 +7,11 @@ LIBBASE= ${.CURDIR}/../../../../contrib/ngatm .PATH: ${.CURDIR}/../../../../netgraph/atm .PATH: ${LIBBASE}/netnatm/misc +.PATH: ${LIBBASE}/netnatm/msg KMOD= ngatmbase -SRCS= ngatmbase.c unimsg_common.c +SRCS= ngatmbase.c unimsg_common.c straddr.c \ + traffic.c uni_ie.c uni_msg.c CFLAGS+= -I${LIBBASE} # -DNGATM_DEBUG