Revision c6ec6280 core/core.mk
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 |
|
Also available in: Unified diff