From 1964e205dd7f3b982d4cedad68a7fe5868109298 Mon Sep 17 00:00:00 2001 From: asterix Date: Mon, 27 Apr 2009 14:12:13 +0000 Subject: [PATCH] Comply to new sam7 proj. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2677 38d2e660-2303-0410-9eaa-f027e97ec537 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3374043c..2346223a 100644 --- a/Makefile +++ b/Makefile @@ -15,8 +15,8 @@ include bertos/config.mk #Include subtargets include examples/demo/demo.mk -#include examples/at91sam7s/at91sam7s.mk -#include examples/at91sam7x/at91sam7x.mk +#include examples/at91sam7/at91sam7s.mk +#include examples/at91sam7/at91sam7x.mk #include examples/triface/triface.mk include bertos/rules.mk -- 2.25.1