From 7b4f1379898b57618bac9bd9e873cff61bc56955 Mon Sep 17 00:00:00 2001 From: duplo Date: Wed, 15 Apr 2009 12:59:46 +0000 Subject: [PATCH] Add project directory in the include list git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2509 38d2e660-2303-0410-9eaa-f027e97ec537 --- wizard/mktemplates/template.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wizard/mktemplates/template.mk b/wizard/mktemplates/template.mk index f6b8e850..07d083f6 100644 --- a/wizard/mktemplates/template.mk +++ b/wizard/mktemplates/template.mk @@ -83,7 +83,7 @@ $pname_ASRC = $($pname_WIZARD_ASRC) $($pname_USER_ASRC) $pname_CFLAGS = $cflags $pname_LDFLAGS = $ldflags -$pname_CPPFLAGS = -D'CPU_FREQ=($cpuclockfreqUL)' $cppflags +$pname_CPPFLAGS = -D'CPU_FREQ=($cpuclockfreqUL)' $cppflags -I$pname/ $pname_CPPAFLAGS = $cppaflags $pname_CXXFLAGS = $cxxflags $pname_ASFLAGS = $asflags -- 2.25.1