blob: 338d3ccfe65717e9b5d1aedad3b2595b6050d4c8 [file] [log] [blame]
Shad Ansari2f7f9be2017-06-07 13:34:53 -07001# PCIE driver
2# host specific
3#
4MOD_NAME = pcie_mod
5MOD_DEPS = pcie
6
7MOD_SUPPRESS_OS_DEP = y
8
9ifeq ("$(OS_KERNEL)", "linux")
10 MOD_TYPE = linux_lib
11 srcs = bcmolt_tr_pcie_specific.c
12else
13 MOD_TYPE = lib
14endif
15
16# If called by linux kernel builder - add include paths manually.
17# It is not elegant, but we'll not have many linux modules
18ifneq ("$(KBUILD_SRC)", "")
19 -include $(OUT_DIR_BASE)/Makefile.config.$(MOD_NAME)
20endif
21
22USE_LINT = yes
23
24