From: arighi Date: Mon, 24 May 2010 10:47:05 +0000 (+0000) Subject: at91sam7x-ek: use the default build option for the "empty" preset Makefile. X-Git-Tag: 2.5.0~118 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=41301f7d2a69672b951e066b74aa37f16b8903b6;p=bertos.git at91sam7x-ek: use the default build option for the "empty" preset Makefile. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3799 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/boards/at91sam7x-ek/templates/empty/empty_user.mk b/boards/at91sam7x-ek/templates/empty/empty_user.mk index 97034bb0..4c8ed7ef 100644 --- a/boards/at91sam7x-ek/templates/empty/empty_user.mk +++ b/boards/at91sam7x-ek/templates/empty/empty_user.mk @@ -4,7 +4,7 @@ # # Programmer interface configuration, see http://dev.bertos.org/wiki/ProgrammerInterface for help -empty_PROGRAMMER_TYPE = jtag-tiny +empty_PROGRAMMER_TYPE = none empty_PROGRAMMER_PORT = none # Files included by the user. @@ -40,5 +40,4 @@ empty_USER_CPPAFLAGS = \ empty_USER_CPPFLAGS = \ -fno-strict-aliasing \ -fwrapv \ - -O2 \ #