2
0
Эх сурвалжийг харах

doc: cfg_list: updated list of cfg defs files

Removed ratelimit(k) (no longer contains runtime cfg vars) and
added carrierroute, malloc_test and tls to the default list.
Andrei Pelinescu-Onciul 15 жил өмнө
parent
commit
01e6e63831

+ 6 - 2
doc/cfg_list/Makefile

@@ -22,10 +22,12 @@ files_list= \
 	$(COREPATH)/sctp_options.c:sctp \
 	$(COREPATH)/sctp_options.c:sctp \
 	$(COREPATH)/tcp_options.c:tcp \
 	$(COREPATH)/tcp_options.c:tcp \
 	$(COREPATH)/modules/tm/config.c:tm \
 	$(COREPATH)/modules/tm/config.c:tm \
-	$(COREPATH)/modules_k/ratelimit/config.c:ratelimit \
 	$(COREPATH)/modules_k/registrar/config.c:registrar \
 	$(COREPATH)/modules_k/registrar/config.c:registrar \
 	$(COREPATH)/modules_k/siputils/config.c:siputils \
 	$(COREPATH)/modules_k/siputils/config.c:siputils \
-	$(COREPATH)/modules_s/maxfwd/maxfwd.c:maxfwd
+	$(COREPATH)/modules_s/maxfwd/maxfwd.c:maxfwd \
+	$(COREPATH)/modules/carrierroute/config.c:carrierroute \
+	$(COREPATH)/modules/malloc_test/malloc_test.c:malloc_test \
+	$(COREPATH)/modules/tls/tls_cfg.c:tls
 
 
 
 
 
 
@@ -156,6 +158,8 @@ INCLUDES:=
 # extract all the includes and defs from the module makefile and
 # extract all the includes and defs from the module makefile and
 # evaluate them
 # evaluate them
 $$(eval $$(call get_make_vars,$$(dir $$(call get_prereq,$(1)))))
 $$(eval $$(call get_make_vars,$$(dir $$(call get_prereq,$(1)))))
+# override COREPATH (we know better)
+COREPATH=../..
 # save the result in a per group e_idefs_<grp_name> var
 # save the result in a per group e_idefs_<grp_name> var
 $$(eval e_idefs_$$(call get_grp,$(1)):=$$(DEFS) $$(INCLUDES))
 $$(eval e_idefs_$$(call get_grp,$(1)):=$$(DEFS) $$(INCLUDES))