diff options
author | Josh Blum <josh@joshknows.com> | 2010-12-13 16:49:01 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-12-13 16:49:01 -0800 |
commit | 3ed60b62eaf2d907ec7797f61ca60420bfd2ee5b (patch) | |
tree | 28192221ab3b43192df77428686d165c120446b2 /images/Makefile | |
parent | fd0c2dc1c53240afed5eba9e73a4b090cdcdf78a (diff) | |
download | uhd-3ed60b62eaf2d907ec7797f61ca60420bfd2ee5b.tar.gz uhd-3ed60b62eaf2d907ec7797f61ca60420bfd2ee5b.tar.bz2 uhd-3ed60b62eaf2d907ec7797f61ca60420bfd2ee5b.zip |
usrp2: update images makefile for moved fpga top level code
Diffstat (limited to 'images/Makefile')
-rw-r--r-- | images/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/images/Makefile b/images/Makefile index 228b6fb7d..27390427d 100644 --- a/images/Makefile +++ b/images/Makefile @@ -107,9 +107,9 @@ _usrp2_fpga_bin = $(BUILT_IMAGES_DIR)/usrp2_fpga.bin IMAGES_LIST += $(_usrp2_fpga_bin) $(_usrp2_fpga_bin): - cd $(_usrp2_fpga_dir) && make -f Makefile.udp clean - cd $(_usrp2_fpga_dir) && make -f Makefile.udp bin - cp $(_usrp2_fpga_dir)/build-udp/u2_rev3.bin $@ + cd $(_usrp2_fpga_dir) && make clean + cd $(_usrp2_fpga_dir) && make bin + cp $(_usrp2_fpga_dir)/build/u2_rev3.bin $@ endif |