Shad Ansari | 2f7f9be | 2017-06-07 13:34:53 -0700 | [diff] [blame^] | 1 | ifeq ("$(OS)", "posix") |
2 | MOD_NAME = bcm_api_proxy | ||||
3 | MOD_TYPE = lib | ||||
4 | MOD_DEPS = transport cli | ||||
5 | ifeq ("$(RELEASE_BUILD)", "y") | ||||
6 | MOD_DEPS += common_api | ||||
7 | else | ||||
8 | MOD_DEPS += api | ||||
9 | endif | ||||
10 | |||||
11 | srcs = bcmolt_api_proxy.c | ||||
12 | endif |