blob: 7e85eb0ea43ba7753ddf023ef8c401e78d49a14d [file] [log] [blame]
# NL transport driver
#
ifeq ("$(OS_KERNEL)", "linux")
ifeq ("$(CONFIG_TRANSPORT_RAW)", "y")
MOD_NAME = nltr
MOD_TYPE = linux_lib
MOD_DEPS = trmux tr_plugin_raw
srcs = bcmolt_tr_nl_driver.c
# If called by linux kernel builder - add include paths manually.
# It is not elegant, but we'll not have many linux modules
ifneq ("$(KBUILD_SRC)", "")
-include $(OUT_DIR_BASE)/Makefile.config.$(MOD_NAME)
endif
USE_LINT = yes
endif
endif