mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
CHG: lf em
- refactored @marshmellow42 's em paritycheck.
ADD: `bootrom/Makefile` got some options. It shouldnt change anything.
This commit is contained in:
parent
9bef1216b9
commit
9932c55a4a
2 changed files with 61 additions and 31 deletions
|
@ -21,7 +21,7 @@ ASMSRC = ram-reset.s flash-reset.s
|
|||
# THUMBSRC :=
|
||||
|
||||
# stdint.h provided locally until GCC 4.5 becomes C99 compliant
|
||||
APP_CFLAGS = -I.
|
||||
APP_CFLAGS = -I. -fno-strict-aliasing -ffunction-sections -fdata-sections
|
||||
|
||||
# Do not move this inclusion before the definition of {THUMB,ASM,ARM}SRC
|
||||
include ../common/Makefile.common
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue