blob: 037402891abf831554d95553d3a5b99a2d8d5f52 [file] [log] [blame]
Shad Ansari2f7f9be2017-06-07 13:34:53 -07001ifeq ("$(ENABLE_CLI)", "y")
2 MOD_NAME = bcm_user_appl_playback
3 MOD_TYPE = lib
4 MOD_DEPS = utils dev_log common_api transport
5 srcs = bcmolt_user_appl_playback.c
6 ifeq ("$(OS_KERNEL)", "linux")
7 MOD_DEPS += dev_log_linux
8 endif
9
10 USE_LINT=yes
11endif
12