summaryrefslogtreecommitdiffstats
path: root/images/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'images/Makefile')
-rw-r--r--images/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/images/Makefile b/images/Makefile
index 0e58fbb18..57277e787 100644
--- a/images/Makefile
+++ b/images/Makefile
@@ -68,11 +68,15 @@ endif
########################################################################
_usrp1_fpga_dir = $(TOP_FPGA_DIR)/usrp1/rbf/rev4
_usrp1_fpga_rbf = $(BUILT_IMAGES_DIR)/usrp1_fpga.rbf
-IMAGES_LIST += $(_usrp1_fpga_rbf)
+_usrp1_fpga_4rx_rbf = $(BUILT_IMAGES_DIR)/usrp1_fpga_4rx.rbf
+IMAGES_LIST += $(_usrp1_fpga_rbf) $(_usrp1_fpga_4rx_rbf)
$(_usrp1_fpga_rbf):
cp $(_usrp1_fpga_dir)/std_2rxhb_2tx.rbf $@
+$(_usrp1_fpga_4rx_rbf):
+ cp $(_usrp1_fpga_dir)/std_4rx_0tx.rbf $@
+
########################################################################
# USRP2 firmware
########################################################################