Include the HF_BOG standalone mode

This commit is contained in:
bogiton 2018-10-16 19:39:29 +00:00 committed by GitHub
parent bd34d145f1
commit 34c1da7ad4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ APP_CFLAGS = -DWITH_CRC \
-DWITH_FLASH \
-DWITH_SMARTCARD \
-DWITH_HFSNOOP \
-DWITH_LF_SAMYRUN \
-DWITH_HF_BOG \
-DWITH_FPC \
-fno-strict-aliasing -ffunction-sections -fdata-sections
@ -42,6 +42,7 @@ APP_CFLAGS = -DWITH_CRC \
# -DWITH_HF_YOUNG
# -DWITH_HF_MATTYRUN
# -DWITH_HF_COLIN
# -DWITH_HF_BOG
SRC_LCD = fonts.c LCD.c
@ -106,6 +107,10 @@ endif
ifneq (,$(findstring WITH_HF_COLIN,$(APP_CFLAGS)))
SRC_STANDALONE = vtsend.c hf_colin.c
endif
# WITH_HF_BOG
ifneq (,$(findstring WITH_HF_BOG,$(APP_CFLAGS)))
SRC_STANDALONE = hf_bog.c
endif
#the FPGA bitstream files. Note: order matters!
FPGA_BITSTREAMS = fpga_lf.bit fpga_hf.bit