From b3c97f3083d7d6fa61974e61fd6c487f7e0f8749 Mon Sep 17 00:00:00 2001 From: asterix Date: Mon, 27 Apr 2009 09:45:16 +0000 Subject: [PATCH] Add at91sam7x bertos example. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2671 38d2e660-2303-0410-9eaa-f027e97ec537 --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 78f7bf6c..3374043c 100644 --- a/Makefile +++ b/Makefile @@ -14,8 +14,9 @@ default: all include bertos/config.mk #Include subtargets -#include examples/demo/demo.mk -include examples/at91sam7s/at91sam7s.mk +include examples/demo/demo.mk +#include examples/at91sam7s/at91sam7s.mk +#include examples/at91sam7x/at91sam7x.mk #include examples/triface/triface.mk include bertos/rules.mk -- 2.25.1