From 214951cc8d485e826ec52a381b8e50f0e75aafa1 Mon Sep 17 00:00:00 2001 From: sprhawk Date: Fri, 29 Aug 2014 01:48:19 +0800 Subject: modified from nordic nRF51 SDK --- Makefile.windows | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Makefile.windows (limited to 'Makefile.windows') diff --git a/Makefile.windows b/Makefile.windows new file mode 100644 index 0000000..ed8d0c4 --- /dev/null +++ b/Makefile.windows @@ -0,0 +1,10 @@ +ifeq ($(findstring 86, $(ProgramFiles)), ) + PROGFILES := C:/Program Files +else + PROGFILES := C:/Program Files (x86) +endif + +GNU_INSTALL_ROOT := $(PROGFILES)/GNU Tools ARM Embedded/4.7 2013q1 +GNU_VERSION := 4.7.3 +GNU_PREFIX := arm-none-eabi + -- cgit v1.2.3