1 # $(utilssrcdir)/net subsystem
4 #################################
8 OUTPUT_TYPE
= MERGED_OBJ
9 PRIVATE_DEPENDENCIES
= \
13 #################################
15 net_drs_OBJ_FILES
= $(addprefix $(utilssrcdir
)/net
/drs
/, \
22 $(eval
$(call proto_header_template
,$(utilssrcdir
)/net
/drs
/net_drs_proto.h
,$(net_drs_OBJ_FILES
:.o
=.c
)))
25 #################################
29 PRIVATE_DEPENDENCIES
= \
39 #################################
41 net_OBJ_FILES
= $(addprefix $(utilssrcdir
)/net
/, \
49 $(eval
$(call proto_header_template
,$(utilssrcdir
)/net
/net_proto.h
,$(net_OBJ_FILES
:.o
=.c
)))