blob: 333c2dba32eb905c514c1f41321a63fffd4eab4d [file] [log] [blame]
Shad Ansari2f7f9be2017-06-07 13:34:53 -07001# I2C devices driver
2#
3ifeq ("$(OS_KERNEL)", "linux")
4
5MOD_NAME = i2c_devs
6MOD_TYPE = linux_module
7
8srcs = bcmolt_i2c_devs.c
9
10# If called by linux kernel builder - add include paths manually.
11# It is not elegant, but we'll not have many linux modules
12ifneq ("$(KBUILD_SRC)", "")
13 -include $(OUT_DIR_BASE)/Makefile.config.$(MOD_NAME)
14endif
15
16endif
17
18USE_LINT = yes
19