blob: 333c2dba32eb905c514c1f41321a63fffd4eab4d [file] [log] [blame]
# I2C devices driver
#
ifeq ("$(OS_KERNEL)", "linux")
MOD_NAME = i2c_devs
MOD_TYPE = linux_module
srcs = bcmolt_i2c_devs.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
USE_LINT = yes