Revision 870f74ac os/core/core.mk

View differences:

os/core/core.mk
24 24

  
25 25

  
26 26
# absolute path to this directory
27
AMIROOS_CORE_DIR := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
27
AMIROOS_CORE_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
28 28

  
29 29
# include paths
30
AMIROOSCOREINC = $(AMIROOS_CORE_DIR)inc/
30
AMIROOSCOREINC = $(AMIROOS_CORE_DIR)inc
31 31

  
32 32
# C source files
33 33
AMIROOSCORECSRC = $(AMIROOS_CORE_DIR)src/aos_debug.c \

Also available in: Unified diff