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