aboutsummaryrefslogtreecommitdiff
path: root/examples/lm3s
diff options
context:
space:
mode:
authorPiotr Esden-Tempski2011-10-04 13:06:56 -0700
committerPiotr Esden-Tempski2011-10-04 13:08:35 -0700
commit03a4a18ed646413125217208e8eed48e1a33f58c (patch)
tree819727ce064d55e9476a77e71f81df52e2f2283b /examples/lm3s
parent5d97653163c3ea5148655a875c30cfef4ecbb60d (diff)
Switched all makefiles to arm-none-eabi default.
Diffstat (limited to 'examples/lm3s')
-rw-r--r--examples/lm3s/Makefile.include4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/lm3s/Makefile.include b/examples/lm3s/Makefile.include
index 764a145..2424832 100644
--- a/examples/lm3s/Makefile.include
+++ b/examples/lm3s/Makefile.include
@@ -18,8 +18,8 @@
## along with this program. If not, see <http://www.gnu.org/licenses/>.
##
-# PREFIX ?= arm-none-eabi
-PREFIX ?= arm-elf
+PREFIX ?= arm-none-eabi
+#PREFIX ?= arm-elf
CC = $(PREFIX)-gcc
LD = $(PREFIX)-gcc
OBJCOPY = $(PREFIX)-objcopy