blob: 39a56ff807e1a8977886b21352ee08de43bb1007 [file] [log] [blame]
Shad Ansari2f7f9be2017-06-07 13:34:53 -07001# device_control Linux wrapper
2
3ifeq ("$(OS_KERNEL)", "linux")
4
5MOD_NAME = bcm_dev_ctrl_linux
6MOD_TYPE = linux_module
7MOD_DEPS = dev_ctrl nltr dev_log_kernel user_config host_api_linux api_linux pcie pcie_mod
8
9srcs = bcmolt_dev_ctrl_linux.c
10
11# If called by linux kernel builder - add include paths manually.
12# It is not elegant, but we'll not have many linux modules
13ifneq ("$(KBUILD_SRC)", "")
14 -include $(OUT_DIR_BASE)/Makefile.config.$(MOD_NAME)
15endif
16endif
17