mirror of https://github.com/ARMmbed/mbed-os.git
14 lines
328 B
Makefile
14 lines
328 B
Makefile
SRCS := \
|
|
source/IPv6_fcf_lib/ip_fsc.c \
|
|
source/libBits/common_functions.c \
|
|
source/libip6string/ip6tos.c \
|
|
source/libip6string/stoip6.c \
|
|
source/libList/ns_list.c \
|
|
source/nsdynmemLIB/nsdynmemLIB.c \
|
|
source/nvmHelper/ns_nvm_helper.c \
|
|
|
|
LIB := libservice.a
|
|
EXPORT_HEADERS := mbed-client-libservice
|
|
|
|
include ../exported_rules.mk
|