CAPWAP80211OBJS
FossilOrigin-Name: 31499075abf881b3732d524750c2414466fc8332cfa658a74849f3118be993be
This commit is contained in:
parent
5f0d4f441d
commit
97043b23cb
@ -184,6 +184,10 @@ DOT11OBJS = \
|
|||||||
# cw_out_ac_descriptor.o \
|
# cw_out_ac_descriptor.o \
|
||||||
|
|
||||||
|
|
||||||
|
CAPWAP80211OBJS=\
|
||||||
|
capwap80211_items.o\
|
||||||
|
capwap80211_type_rateset.o \
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# SSL objects
|
# SSL objects
|
||||||
@ -273,6 +277,7 @@ CWACTION=action.o \
|
|||||||
cw_put_image_data.o \
|
cw_put_image_data.o \
|
||||||
cisco.o \
|
cisco.o \
|
||||||
radio.o \
|
radio.o \
|
||||||
|
cw_in_radio_generic.o\
|
||||||
cw_out_radio_info.o \
|
cw_out_radio_info.o \
|
||||||
capwap_items.o \
|
capwap_items.o \
|
||||||
item.o \
|
item.o \
|
||||||
@ -307,7 +312,8 @@ OBJS=$(CONNOBJS) $(FRAGOBJS) $(SOCKOBJS) $(CAPWAPOBJS) $(WTPINFOOBJS) \
|
|||||||
$(MAVLOBJS) \
|
$(MAVLOBJS) \
|
||||||
$(FORMATOBJS) \
|
$(FORMATOBJS) \
|
||||||
$(DOT11OBJS) \
|
$(DOT11OBJS) \
|
||||||
$(MBAGOBJS)
|
$(MBAGOBJS) \
|
||||||
|
$(CAPWAP80211OBJS)
|
||||||
|
|
||||||
#include $(OBJS:.o=.d)
|
#include $(OBJS:.o=.d)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user