diff options
author | Wade Fife <wade.fife@ettus.com> | 2020-06-11 21:28:09 -0500 |
---|---|---|
committer | Wade Fife <wade.fife@ettus.com> | 2020-06-12 15:50:16 -0500 |
commit | 7f5f771796de590c4ed4bba7b09cda3a906535c6 (patch) | |
tree | 24ae175c7a6e8e928e1b891542b3fc39ae9e0f94 | |
parent | e244764ffa5b41a64c704864ea243b3939d71636 (diff) | |
download | uhd-7f5f771796de590c4ed4bba7b09cda3a906535c6.tar.gz uhd-7f5f771796de590c4ed4bba7b09cda3a906535c6.tar.bz2 uhd-7f5f771796de590c4ed4bba7b09cda3a906535c6.zip |
fpga: Update RFNOC_EDGE_TBL_FILE for Cygwin
-rw-r--r-- | fpga/usrp3/top/e31x/Makefile.e31x.inc | 2 | ||||
-rw-r--r-- | fpga/usrp3/top/e320/Makefile.e320.inc | 2 | ||||
-rw-r--r-- | fpga/usrp3/top/n3xx/Makefile.n3xx.inc | 2 | ||||
-rw-r--r-- | fpga/usrp3/top/x300/Makefile.x300.inc | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/fpga/usrp3/top/e31x/Makefile.e31x.inc b/fpga/usrp3/top/e31x/Makefile.e31x.inc index e4fc3538b..7dde9a8a5 100644 --- a/fpga/usrp3/top/e31x/Makefile.e31x.inc +++ b/fpga/usrp3/top/e31x/Makefile.e31x.inc @@ -89,7 +89,7 @@ $(RFNOC_BLOCK_DUC_SRCS) $(RFNOC_BLOCK_DDC_SRCS) $(RFNOC_BLOCK_RADIO_SRCS) \ $(RFNOC_BLOCK_EXAMPLE_SRCS) \ $(abspath $(MB_XDC)) -EDGE_TBL_DEF="RFNOC_EDGE_TBL_FILE=$(EDGE_FILE)" +EDGE_TBL_DEF="RFNOC_EDGE_TBL_FILE=$(call RESOLVE_PATH,$(EDGE_FILE))" ################################################## # Dependency Targets diff --git a/fpga/usrp3/top/e320/Makefile.e320.inc b/fpga/usrp3/top/e320/Makefile.e320.inc index a20e6c0ff..b8544f3cd 100644 --- a/fpga/usrp3/top/e320/Makefile.e320.inc +++ b/fpga/usrp3/top/e320/Makefile.e320.inc @@ -119,7 +119,7 @@ $(RFNOC_BLOCK_DUC_SRCS) $(RFNOC_BLOCK_DDC_SRCS) \ $(RFNOC_BLOCK_RADIO_SRCS) \ $(abspath $(MB_XDC)) -EDGE_TBL_DEF="RFNOC_EDGE_TBL_FILE=$(EDGE_FILE)" +EDGE_TBL_DEF="RFNOC_EDGE_TBL_FILE=$(call RESOLVE_PATH,$(EDGE_FILE))" ################################################## # Dependency Targets diff --git a/fpga/usrp3/top/n3xx/Makefile.n3xx.inc b/fpga/usrp3/top/n3xx/Makefile.n3xx.inc index aea75a69a..5851e7daa 100644 --- a/fpga/usrp3/top/n3xx/Makefile.n3xx.inc +++ b/fpga/usrp3/top/n3xx/Makefile.n3xx.inc @@ -139,7 +139,7 @@ $(RFNOC_BLOCK_AXI_RAM_FIFO_SRCS) \ $(RFNOC_BLOCK_DUC_SRCS) $(RFNOC_BLOCK_DDC_SRCS) \ $(RFNOC_BLOCK_RADIO_SRCS) -EDGE_TBL_DEF="RFNOC_EDGE_TBL_FILE=$(EDGE_FILE)" +EDGE_TBL_DEF="RFNOC_EDGE_TBL_FILE=$(call RESOLVE_PATH,$(EDGE_FILE))" ################################################## # Dependency Targets diff --git a/fpga/usrp3/top/x300/Makefile.x300.inc b/fpga/usrp3/top/x300/Makefile.x300.inc index c297e9560..a1810e628 100644 --- a/fpga/usrp3/top/x300/Makefile.x300.inc +++ b/fpga/usrp3/top/x300/Makefile.x300.inc @@ -111,7 +111,7 @@ $(RFNOC_BLOCK_DUC_SRCS) $(RFNOC_BLOCK_DDC_SRCS) $(RFNOC_BLOCK_RADIO_SRCS) \ $(RFNOC_BLOCK_AXI_RAM_FIFO_SRCS) \ $(RFNOC_OOT_SRCS) -EDGE_TBL_DEF="RFNOC_EDGE_TBL_FILE=$(EDGE_FILE)" +EDGE_TBL_DEF="RFNOC_EDGE_TBL_FILE=$(call RESOLVE_PATH,$(EDGE_FILE))" ################################################## # Dependency Targets |