From 97043b23cb48fe307e6fbfd571ee191a9e8e74fd Mon Sep 17 00:00:00 2001 From: "7u83@mail.ru" <7u83@mail.ru@noemail.net> Date: Mon, 28 Mar 2016 14:43:09 +0000 Subject: [PATCH] CAPWAP80211OBJS FossilOrigin-Name: 31499075abf881b3732d524750c2414466fc8332cfa658a74849f3118be993be --- src/cw/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/cw/Makefile b/src/cw/Makefile index 1d39023c..5a1fe4f6 100644 --- a/src/cw/Makefile +++ b/src/cw/Makefile @@ -184,6 +184,10 @@ DOT11OBJS = \ # cw_out_ac_descriptor.o \ +CAPWAP80211OBJS=\ + capwap80211_items.o\ + capwap80211_type_rateset.o \ + # # SSL objects @@ -273,6 +277,7 @@ CWACTION=action.o \ cw_put_image_data.o \ cisco.o \ radio.o \ + cw_in_radio_generic.o\ cw_out_radio_info.o \ capwap_items.o \ item.o \ @@ -307,7 +312,8 @@ OBJS=$(CONNOBJS) $(FRAGOBJS) $(SOCKOBJS) $(CAPWAPOBJS) $(WTPINFOOBJS) \ $(MAVLOBJS) \ $(FORMATOBJS) \ $(DOT11OBJS) \ - $(MBAGOBJS) + $(MBAGOBJS) \ + $(CAPWAP80211OBJS) #include $(OBJS:.o=.d)