diff options
author | Nick Foster <nick@nerdnetworks.org> | 2010-11-10 17:40:46 -0800 |
---|---|---|
committer | Nick Foster <nick@nerdnetworks.org> | 2010-11-10 17:40:46 -0800 |
commit | 6eef331543022efa5723e677cd3140e652ea67d7 (patch) | |
tree | 5d6267ca5c710fe254c5f9aced6af960f0bfc261 /images | |
parent | ff836c0b686f3cb567031600dbe9d2895eb85ab4 (diff) | |
download | uhd-6eef331543022efa5723e677cd3140e652ea67d7.tar.gz uhd-6eef331543022efa5723e677cd3140e652ea67d7.tar.bz2 uhd-6eef331543022efa5723e677cd3140e652ea67d7.zip |
U2P: i can't spell
Diffstat (limited to 'images')
-rw-r--r-- | images/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/images/Makefile b/images/Makefile index 8ae9de2d6..79e7b3362 100644 --- a/images/Makefile +++ b/images/Makefile @@ -92,7 +92,8 @@ $(_usrp2_fw_bin): 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 $(_usrp2p_fw_bin) + cp $(_usrp2_fw_dir)/usrp2/usrp2_txrx_uhd.bin $(_usrp2_fw_bin) + cp $(_usrp2_fw_dir)/usrp2p/usrp2p_txrx_uhd.bin $(_usrp2p_fw_bin) endif |