From: asterix Date: Mon, 27 Apr 2009 09:45:16 +0000 (+0000) Subject: Add at91sam7x bertos example. X-Git-Tag: 2.1.0~11 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=b3c97f3083d7d6fa61974e61fd6c487f7e0f8749;p=bertos.git Add at91sam7x bertos example. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2671 38d2e660-2303-0410-9eaa-f027e97ec537 --- 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