Revision c6ec6280

View differences:

core/core.mk
30 30
AMIROOSCOREINC = $(AMIROOS_CORE_DIR)inc
31 31

  
32 32
# C source files
33
AMIROOSCORECSRC = $(AMIROOS_CORE_DIR)src/aos_debug.c \
34
                  $(AMIROOS_CORE_DIR)src/aos_iostream.c \
35
                  $(AMIROOS_CORE_DIR)src/aos_shell.c \
36
                  $(AMIROOS_CORE_DIR)src/aos_system.c \
37
                  $(AMIROOS_CORE_DIR)src/aos_thread.c \
38
                  $(AMIROOS_CORE_DIR)src/aos_time.c \
39
                  $(AMIROOS_CORE_DIR)src/aos_timer.c \
40
                  $(AMIROOS_CORE_DIR)src/aos_unittest.c
33
AMIROOSCORECSRC = $(wildcard $(AMIROOS_CORE_DIR)src/*.c)
41 34

  
42 35
# C++ source files
43
AMIROOSCORECPPSRC = $(AMIROOS_CORE_DIR)src/aos_main.cpp
36
AMIROOSCORECPPSRC = $(wildcard $(AMIROOS_CORE_DIR)src/*.c?*)
44 37

  
unittests/unittests.mk
31 31
               $(UNITTESTS_DIR)periphery-lld/inc
32 32

  
33 33
# C sources
34
UNITTESTSCSRC = $(UNITTESTS_DIR)lld/src/ut_lld_adc.c \
35
                $(UNITTESTS_DIR)periphery-lld/src/ut_alld_a3906.c \
36
                $(UNITTESTS_DIR)periphery-lld/src/ut_alld_at24c01bn-sh-b.c \
37
                $(UNITTESTS_DIR)periphery-lld/src/ut_alld_at42qt1050.c \
38
                $(UNITTESTS_DIR)periphery-lld/src/ut_alld_bq24103a.c \
39
                $(UNITTESTS_DIR)periphery-lld/src/ut_alld_bq27500.c \
40
                $(UNITTESTS_DIR)periphery-lld/src/ut_alld_bq27500_bq24103a.c \
41
                $(UNITTESTS_DIR)periphery-lld/src/ut_alld_hmc5883l.c \
42
                $(UNITTESTS_DIR)periphery-lld/src/ut_alld_ina219.c \
43
                $(UNITTESTS_DIR)periphery-lld/src/ut_alld_l3g4200d.c \
44
                $(UNITTESTS_DIR)periphery-lld/src/ut_alld_led.c \
45
                $(UNITTESTS_DIR)periphery-lld/src/ut_alld_lis331dlh.c \
46
                $(UNITTESTS_DIR)periphery-lld/src/ut_alld_ltc4412.c \
47
                $(UNITTESTS_DIR)periphery-lld/src/ut_alld_mpr121.c \
48
                $(UNITTESTS_DIR)periphery-lld/src/ut_alld_pca9544a.c \
49
                $(UNITTESTS_DIR)periphery-lld/src/ut_alld_pcal6524.c \
50
                $(UNITTESTS_DIR)periphery-lld/src/ut_alld_pklcs1212e4001.c \
51
                $(UNITTESTS_DIR)periphery-lld/src/ut_alld_tlc5947.c \
52
                $(UNITTESTS_DIR)periphery-lld/src/ut_alld_tps2051bdbv.c \
53
                $(UNITTESTS_DIR)periphery-lld/src/ut_alld_tps62113.c \
54
                $(UNITTESTS_DIR)periphery-lld/src/ut_alld_tps62113_ina219.c \
55
                $(UNITTESTS_DIR)periphery-lld/src/ut_alld_vcnl4020.c \
56
                $(UNITTESTS_DIR)periphery-lld/src/ut_alld_dw1000.c
34
UNITTESTSCSRC = $(wildcard $(UNITTESTS_DIR)lld/src/*.c) \
35
                $(wildcard $(UNITTESTS_DIR)periphery-lld/src/*.c)
57 36

  

Also available in: Unified diff