From 61d659bbbdd1026c4b66a353989de19c2f6922ea Mon Sep 17 00:00:00 2001 From: duplo Date: Fri, 19 Dec 2008 09:15:45 +0000 Subject: [PATCH] Add relative path of the file to import git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2094 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cpu/arm/info/at91sam7.common | 2 +- bertos/cpu/avr/info/avr.common | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bertos/cpu/arm/info/at91sam7.common b/bertos/cpu/arm/info/at91sam7.common index ffe50202..deea01c1 100644 --- a/bertos/cpu/arm/info/at91sam7.common +++ b/bertos/cpu/arm/info/at91sam7.common @@ -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" diff --git a/bertos/cpu/avr/info/avr.common b/bertos/cpu/avr/info/avr.common index 3c691fa6..e4837a79 100644 --- a/bertos/cpu/avr/info/avr.common +++ b/bertos/cpu/avr/info/avr.common @@ -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" -- 2.25.1