Skip to content

Commit

Permalink
moving emvsim.c since it needs smartcard functions
Browse files Browse the repository at this point in the history
  • Loading branch information
iceman1001 committed Jan 14, 2025
1 parent 91f816a commit fc06caf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions armsrc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ APP_CFLAGS = $(PLATFORM_DEFS) \
SRC_LF = lfops.c lfsampling.c pcf7931.c lfdemod.c lfadc.c
SRC_HF = hfops.c
SRC_ISO15693 = iso15693.c iso15693tools.c
SRC_ISO14443a = iso14443a.c mifareutil.c mifarecmd.c epa.c mifaresim.c sam_common.c sam_mfc.c sam_seos.c emvsim.c
SRC_ISO14443a = iso14443a.c mifareutil.c mifarecmd.c epa.c mifaresim.c sam_common.c sam_mfc.c sam_seos.c

#UNUSED: mifaresniff.c
SRC_ISO14443b = iso14443b.c
Expand All @@ -60,7 +60,7 @@ else
endif

ifneq (,$(findstring WITH_SMARTCARD,$(APP_CFLAGS)))
SRC_SMARTCARD = i2c.c i2c_direct.c
SRC_SMARTCARD = i2c.c i2c_direct.c emvsim.c
else
SRC_SMARTCARD =
endif
Expand Down

0 comments on commit fc06caf

Please sign in to comment.