diff options
author | Josh Blum <josh@joshknows.com> | 2010-08-27 16:59:13 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-08-27 16:59:13 -0700 |
commit | aa2ef7d246e93f4e6c0cb8b9b985a487cd2ea548 (patch) | |
tree | 587d9391d77f98c6421a2033383c1667a61dad9a /images/Makefile | |
parent | 94c450b32538272d714ec3b9da27e45152f6a099 (diff) | |
download | uhd-aa2ef7d246e93f4e6c0cb8b9b985a487cd2ea548.tar.gz uhd-aa2ef7d246e93f4e6c0cb8b9b985a487cd2ea548.tar.bz2 uhd-aa2ef7d246e93f4e6c0cb8b9b985a487cd2ea548.zip |
usrp1: add the 4rx image to the installed usrp1 fpga images
Diffstat (limited to 'images/Makefile')
-rw-r--r-- | images/Makefile | 6 |
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 ######################################################################## |