blob: ee02f1abdde4e899be9b948ccff31430223dd6db [file] [log] [blame]
# Common keep_alive
#
MOD_NAME = keep_alive
ifeq ("$(OS_KERNEL)", "linux")
MOD_TYPE = linux_lib
else
MOD_TYPE = lib
endif
MOD_DEPS = model
srcs = bcm_keep_alive.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
USE_LINT = yes