blob: 1641a6b4ea3d3b85c525100f3dd868f0f3ee1323 [file] [log] [blame]
# SW upgrade application
ifeq ("$(ENABLE_CLI)", "y")
MOD_NAME = bcm_sw_upgrade
MOD_TYPE = lib
MOD_DEPS = host_api
srcs = bcmolt_sw_upgrade_cli.c
ifeq ("$(OS_KERNEL)", "linux")
MOD_DEPS += dev_log_linux
endif
endif