blob: 4126ef3c928a92ebe343ad456682716c943b4496 [file] [log] [blame]
#
# Unix Domain transport plugin
#
ifeq ("$(OS_KERNEL)", "linux")
ifeq ("$(CONFIG_TRANSPORT_RAW)", "y")
MOD_NAME = tr_plugin_raw_ud
MOD_TYPE = lib
MOD_DEPS = tr_plugin
srcs = bcmolt_tr_plugin_ud_socket.c
endif
endif