blob: e4005624d0c29b69683e9db20e2790291eb0f4d0 [file] [log] [blame]
# EPON optical monitoring application
ifeq ("$(ENABLE_CLI)", "y")
MOD_NAME = bcm_user_appl_omon
MOD_TYPE = lib
MOD_DEPS = host_api
ifneq ("$(SIMULATION_BUILD)", "y")
MOD_DEPS += bcm_board i2c_devs
endif
ifeq ("$(OS_KERNEL)", "linux")
MOD_DEPS += dev_log_linux
endif
ifneq ("$(SIMULATION_BUILD)", "y")
srcs = omon.c
endif
endif