Updates.
FossilOrigin-Name: 96df151c685cd024b04cd4848e9d0474e81443f8763d0667b13a77970f225227
This commit is contained in:
parent
7055b6f052
commit
fd8a5e4879
@ -60,7 +60,6 @@ UTILOBJS= \
|
|||||||
stravltree.o \
|
stravltree.o \
|
||||||
intavltree.o \
|
intavltree.o \
|
||||||
cw_util.o \
|
cw_util.o \
|
||||||
cw_format_version.o \
|
|
||||||
send.o
|
send.o
|
||||||
|
|
||||||
MAVLOBJS= \
|
MAVLOBJS= \
|
||||||
@ -209,7 +208,11 @@ BSTROBJS= bstr_create.o \
|
|||||||
bstr_create_from_cfgstr.o \
|
bstr_create_from_cfgstr.o \
|
||||||
bstr_replace.o \
|
bstr_replace.o \
|
||||||
bstr_to_str.o \
|
bstr_to_str.o \
|
||||||
bstr16cfgstr.o
|
bstr16cfgstr.o \
|
||||||
|
bstr16_create_from_str.o \
|
||||||
|
bstr_create_from_str.o \
|
||||||
|
vendorstr_create_from_str.o
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
FRAGOBJS=fragman.o
|
FRAGOBJS=fragman.o
|
||||||
@ -235,8 +238,12 @@ CWACTION=action.o \
|
|||||||
cisco.o \
|
cisco.o \
|
||||||
mbag.o\
|
mbag.o\
|
||||||
mbag_type_word.o\
|
mbag_type_word.o\
|
||||||
|
mbag_type_byte.o\
|
||||||
mbag_type_vendorstr.o\
|
mbag_type_vendorstr.o\
|
||||||
mbag_type_sockaddr.o\
|
mbag_type_sockaddr.o\
|
||||||
|
mbag_type_dword.o\
|
||||||
|
mbag_type_bstr16.o\
|
||||||
|
mbag_type_mbag.o\
|
||||||
radio.o \
|
radio.o \
|
||||||
cw_out_radio_info.o \
|
cw_out_radio_info.o \
|
||||||
capwap_items.o \
|
capwap_items.o \
|
||||||
@ -260,7 +267,7 @@ O:=$(OBJS);
|
|||||||
|
|
||||||
OBJS:=$(patsubst %.o,$(ARCH)/%.o,$(OBJS))
|
OBJS:=$(patsubst %.o,$(ARCH)/%.o,$(OBJS))
|
||||||
|
|
||||||
CFLAGS = -Werror -g -O0 -D_REENTRANT -DWITH_IPV6 -DWITH_RMAC_SUPPORT -I /usr/local/include
|
CFLAGS = -Wall -Werror -g -O0 -D_REENTRANT -DWITH_IPV6 -DWITH_RMAC_SUPPORT -I /usr/local/include
|
||||||
#CFLAGS = -Wall -Os -D_REENTRANT -DWITH_IPV6 -DWITH_RMAC_SUPPORT -I/usr/local/include
|
#CFLAGS = -Wall -Os -D_REENTRANT -DWITH_IPV6 -DWITH_RMAC_SUPPORT -I/usr/local/include
|
||||||
|
|
||||||
CFLAGS += $(GNUTLS_CFLAGS) \
|
CFLAGS += $(GNUTLS_CFLAGS) \
|
||||||
|
Loading…
Reference in New Issue
Block a user