blob: 39a56ff807e1a8977886b21352ee08de43bb1007 [file] [log] [blame]
# device_control Linux wrapper
ifeq ("$(OS_KERNEL)", "linux")
MOD_NAME = bcm_dev_ctrl_linux
MOD_TYPE = linux_module
MOD_DEPS = dev_ctrl nltr dev_log_kernel user_config host_api_linux api_linux pcie pcie_mod
srcs = bcmolt_dev_ctrl_linux.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
endif