Home | History | Annotate | Download | only in build

Lines Matching defs:SOURCES

6 # headers for sources
22 # sources
23 SOURCES := $(MLLITE_DIR)/data_builder.c
24 SOURCES += $(MLLITE_DIR)/hal_outputs.c
25 SOURCES += $(MLLITE_DIR)/message_layer.c
26 SOURCES += $(MLLITE_DIR)/ml_math_func.c
27 SOURCES += $(MLLITE_DIR)/mpl.c
28 SOURCES += $(MLLITE_DIR)/results_holder.c
29 SOURCES += $(MLLITE_DIR)/start_manager.c
30 SOURCES += $(MLLITE_DIR)/storage_manager.c
32 # sources (linux specific)
33 SOURCES += $(MLLITE_DIR)/linux/mlos_linux.c
34 SOURCES += $(MLLITE_DIR)/linux/ml_stored_data.c
35 SOURCES += $(MLLITE_DIR)/linux/ml_load_dmp.c
36 SOURCES += $(MLLITE_DIR)/linux/ml_sysfs_helper.c
39 INV_SOURCES += $(SOURCES)