diff options
| author | Josh Blum <josh@joshknows.com> | 2010-11-23 14:33:14 -0800 | 
|---|---|---|
| committer | Josh Blum <josh@joshknows.com> | 2010-11-23 14:33:14 -0800 | 
| commit | 30b223ef5e84a1eb273b06a444038c5cf8d8864a (patch) | |
| tree | 330e6d55d83e33045b6f80edea981d341fab4487 | |
| parent | 92499bee52e77102612f3e3860ab60e0b84dacdb (diff) | |
| download | uhd-30b223ef5e84a1eb273b06a444038c5cf8d8864a.tar.gz uhd-30b223ef5e84a1eb273b06a444038c5cf8d8864a.tar.bz2 uhd-30b223ef5e84a1eb273b06a444038c5cf8d8864a.zip  | |
usrp-n2xx: modified fw build name in makefile
| -rw-r--r-- | images/Makefile | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/images/Makefile b/images/Makefile index 5a2ac6303..228b6fb7d 100644 --- a/images/Makefile +++ b/images/Makefile @@ -84,16 +84,16 @@ ifdef HAS_MB_GCC  _usrp2_fw_dir = $(TOP_FW_DIR)/microblaze  _usrp2_fw_bin = $(BUILT_IMAGES_DIR)/usrp2_fw.bin -_usrp2p_fw_bin = $(BUILT_IMAGES_DIR)/usrp2p_fw.bin +_usrp_n2xx_fw_bin = $(BUILT_IMAGES_DIR)/usrp_n2xx_fw.bin  IMAGES_LIST += $(_usrp2_fw_bin) -$(_usrp2_fw_bin): +$(_usrp2_fw_bin) $(_usrp_n2xx_fw_bin):  	cd $(_usrp2_fw_dir) && ./bootstrap  	cd $(_usrp2_fw_dir) && ./configure --host=mb  	make -C $(_usrp2_fw_dir) clean  	make -C $(_usrp2_fw_dir) all  	cp $(_usrp2_fw_dir)/usrp2/usrp2_txrx_uhd.bin $(_usrp2_fw_bin) -	cp $(_usrp2_fw_dir)/usrp2p/usrp2p_txrx_uhd.bin $(_usrp2p_fw_bin) +	cp $(_usrp2_fw_dir)/usrp2p/usrp2p_txrx_uhd.bin $(_usrp_n2xx_fw_bin)  endif  | 
