fix: remove all traces of fpga_nfc...

This commit is contained in:
iceman1001
2017-10-20 22:01:10 +02:00
parent b27a9920b1
commit 55e87490cf
3 changed files with 2 additions and 6 deletions

View File

@@ -56,7 +56,7 @@ SRC_FLASH = flash.c
SRC_BEE = bee.c
#the FPGA bitstream files. Note: order matters!
FPGA_BITSTREAMS = fpga_lf.bit fpga_hf.bit fpga_nfc.bit
FPGA_BITSTREAMS = fpga_lf.bit fpga_hf.bit
#the zlib source files required for decompressing the fpga config at run time
SRC_ZLIB = inflate.c inffast.c inftrees.c adler32.c zutil.c