Revision 1678f270 core/core.mk

View differences:

core/core.mk
1 1
################################################################################
2 2
# AMiRo-OS is an operating system designed for the Autonomous Mini Robot       #
3 3
# (AMiRo) platform.                                                            #
4
# Copyright (C) 2016..2018  Thomas Schöpping et al.                            #
4
# Copyright (C) 2016..2019  Thomas Schöpping et al.                            #
5 5
#                                                                              #
6 6
# This program is free software: you can redistribute it and/or modify         #
7 7
# it under the terms of the GNU General Public License as published by         #
......
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