mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
added missing "endif"
This commit is contained in:
parent
732d903b52
commit
48495bf272
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ endif
|
||||||
# WITH_STANDALONE_HF_ICECLASS
|
# WITH_STANDALONE_HF_ICECLASS
|
||||||
ifneq (,$(findstring WITH_STANDALONE_HF_ICECLASS,$(APP_CFLAGS)))
|
ifneq (,$(findstring WITH_STANDALONE_HF_ICECLASS,$(APP_CFLAGS)))
|
||||||
SRC_STANDALONE = hf_iceclass.c
|
SRC_STANDALONE = hf_iceclass.c
|
||||||
|
endif
|
||||||
# WITH_STANDALONE_LF_THAREXDE
|
# WITH_STANDALONE_LF_THAREXDE
|
||||||
ifneq (,$(findstring WITH_STANDALONE_LF_THAREXDE,$(APP_CFLAGS)))
|
ifneq (,$(findstring WITH_STANDALONE_LF_THAREXDE,$(APP_CFLAGS)))
|
||||||
SRC_STANDALONE = lf_tharexde.c
|
SRC_STANDALONE = lf_tharexde.c
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue