Modified makefile to use unix sh in order to build files

This commit is contained in:
Simon Küppers
2014-04-05 17:58:39 +02:00
parent 6ece620040
commit 61ba84148c
+6
View File
@@ -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