From 61ba84148cae3030b0af3d999a24f461ed11b38a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20K=C3=BCppers?= Date: Sat, 5 Apr 2014 17:58:39 +0200 Subject: [PATCH] Modified makefile to use unix sh in order to build files --- Firmware/Chameleon-Mini/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Firmware/Chameleon-Mini/Makefile b/Firmware/Chameleon-Mini/Makefile index a0361c7..fa432fb 100644 --- a/Firmware/Chameleon-Mini/Makefile +++ b/Firmware/Chameleon-Mini/Makefile @@ -52,6 +52,12 @@ # documentation should not be interpreted as representing official # policies, either expressed or implied, of the ORIGINAL AUTHORS. +# This makefile uses sh in order to build the project. +# Note when using AVR-Toolchain, you have to install cygwin and +# append cygwin's bin directory to the PATH environment variable +# because Atmel does not ship sh.exe anymore with the toolchain. +SHELL = /bin/sh + #Supported configurations SETTINGS += -DCONFIG_MF_CLASSIC_1K_SUPPORT SETTINGS += -DCONFIG_MF_CLASSIC_4K_SUPPORT