aboutsummaryrefslogtreecommitdiff
path: root/Makefile
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 /Makefile
parent5d97653163c3ea5148655a875c30cfef4ecbb60d (diff)
Switched all makefiles to arm-none-eabi default.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 766073d..fe06961 100644
--- a/Makefile
+++ b/Makefile
@@ -17,8 +17,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
DESTDIR ?= /usr/local
INCDIR = $(DESTDIR)/$(PREFIX)/include
LIBDIR = $(DESTDIR)/$(PREFIX)/lib