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 /fpga/usrp3/top/x300/Makefile.x300.inc | |
parent | e244764ffa5b41a64c704864ea243b3939d71636 (diff) | |
download | uhd-7f5f771796de590c4ed4bba7b09cda3a906535c6.tar.gz uhd-7f5f771796de590c4ed4bba7b09cda3a906535c6.tar.bz2 uhd-7f5f771796de590c4ed4bba7b09cda3a906535c6.zip |
fpga: Update RFNOC_EDGE_TBL_FILE for Cygwin
Diffstat (limited to 'fpga/usrp3/top/x300/Makefile.x300.inc')
-rw-r--r-- | fpga/usrp3/top/x300/Makefile.x300.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |