]> git.zerfleddert.de Git - proxmark3-svn/commit
FIX: 'EMV compiling' - Makefiles are very picky about how things are done. its parse...
authoriceman1001 <iceman@iuse.se>
Mon, 13 Feb 2017 14:32:48 +0000 (15:32 +0100)
committericeman1001 <iceman@iuse.se>
Mon, 13 Feb 2017 14:32:48 +0000 (15:32 +0100)
commit573e8d72c73f12754d5775cca24d7d9380cc2c78
tree4c3a564a5896e961ae7ec60c24b7f22576c22166
parent4c8fe2e976f0330944e032231007feede2e32ff8
FIX: 'EMV compiling' - Makefiles are very picky about how things are done.  its parser is a bit paranoid. So, to make things easier and more correct.

  - armsrc/Makefile          when commenting out functionality,  move it below the comment otherwise APPS_CFLAG breaks to early.  See WITH_LCD
  - common/Makefile.common   enable / disable EMV,  uncomment two lines.  then make clean && make all.  flash,   MIGHT NOT work on 256kb devices

FIX: missing break in appmain.c made it go to iclass function..
armsrc/Makefile
armsrc/appmain.c
client/Makefile
common/Makefile.common
Impressum, Datenschutz