blob: e2392f51b751aed96163e07df9477e600ee8abd9 [file] [log] [blame]
Shad Ansari2f7f9be2017-06-07 13:34:53 -07001# File transfer application
2
3ifeq ("$(ENABLE_CLI)", "y")
4 MOD_NAME = bcm_image_transfer
5 MOD_TYPE = lib
6 MOD_DEPS = host_api
7 srcs = bcmolt_image_transfer.c bcmolt_image_transfer_user.c bcmolt_image_transfer_cli.c
8
9 ifeq ("$(OS_KERNEL)", "linux")
10 MOD_DEPS += dev_log_linux
11 endif
12endif