blob: f3f9fc3119a225dabf570940ef47611116568ec6 [file] [log] [blame]
# In Band transport
# Consists of 2 components
# - low-level driver (send/rx functions)
# - multiplexer
#
ifneq ("$(SIMULATION_BUILD)", "y")
MOD_NAME = trmux_daemon
MOD_DEPS = transport model trmux inband_driver
MOD_DEFS += -DIN_BAND
ifeq ("$(RELEASE_BUILD)", "y")
MOD_DEPS += common_api
else
MOD_DEPS += api
endif
MOD_TYPE = lib
srcs = ../bcmolt_tr_mux.c
USE_LINT = yes
endif