diff options
Diffstat (limited to 'src/map/fpga/module.make')
-rw-r--r-- | src/map/fpga/module.make | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/map/fpga/module.make b/src/map/fpga/module.make deleted file mode 100644 index cc3a6573..00000000 --- a/src/map/fpga/module.make +++ /dev/null @@ -1,13 +0,0 @@ -SRC += src/map/fpga/fpga.c \ - src/map/fpga/fpgaCore.c \ - src/map/fpga/fpgaCreate.c \ - src/map/fpga/fpgaCut.c \ - src/map/fpga/fpgaCutUtils.c \ - src/map/fpga/fpgaFanout.c \ - src/map/fpga/fpgaLib.c \ - src/map/fpga/fpgaMatch.c \ - src/map/fpga/fpgaSwitch.c \ - src/map/fpga/fpgaTime.c \ - src/map/fpga/fpgaTruth.c \ - src/map/fpga/fpgaUtils.c \ - src/map/fpga/fpgaVec.c |