Add relative path of the file to import
authorduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 19 Dec 2008 09:15:45 +0000 (09:15 +0000)
committerduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 19 Dec 2008 09:15:45 +0000 (09:15 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2094 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cpu/arm/info/at91sam7.common
bertos/cpu/avr/info/avr.common

index ffe5020291f14e175217a7a1b03475dc4d5944ba..deea01c1992d82a5b17abb46f6bb62a0dd46faec 100644 (file)
@@ -41,7 +41,7 @@
 #
 
 # Import the common settings for the path.
-include("path.common")
+include("../../path.common")
 
 # Type of the toolchain we should use to compile the source for this CPU.
 TOOLCHAIN = "arm"
index 3c691fa67d2768e9054dccc83851384ac040d0d5..e4837a79915de406ca36f96296b4fa58888e8a62 100644 (file)
@@ -41,7 +41,7 @@
 #
 
 # Import the common settings for the path.
-include("path.common")
+include("../../path.common")
 
 # Type of the toolchain we should use to compile the source for this CPU.
 TOOLCHAIN = "avr"