diff options
author | Josh Blum <josh@joshknows.com> | 2011-03-25 16:07:26 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-03-25 16:07:26 -0700 |
commit | 9a52bc09e3561365c4600fdb9d3df172da014554 (patch) | |
tree | 4e03a4a7723ea4698bf329af7cac9521abc318b3 /images/Makefile | |
parent | 8a14b6c26f88aadf9d077798a7888badfde95587 (diff) | |
download | uhd-9a52bc09e3561365c4600fdb9d3df172da014554.tar.gz uhd-9a52bc09e3561365c4600fdb9d3df172da014554.tar.bz2 uhd-9a52bc09e3561365c4600fdb9d3df172da014554.zip |
usrp2: fix typo, now building n200 fpga images
Diffstat (limited to 'images/Makefile')
-rw-r--r-- | images/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/images/Makefile b/images/Makefile index cadf4b71f..74b1cd6e4 100644 --- a/images/Makefile +++ b/images/Makefile @@ -132,7 +132,7 @@ ifdef HAS_XTCLSH _usrp_n200_fpga_dir = $(TOP_FPGA_DIR)/usrp2/top/u2plus _usrp_n200_fpga_bin = $(BUILT_IMAGES_DIR)/usrp_n200_fpga.bin -IMAGES_LIST += $(_usrp_n210_fpga_bin) +IMAGES_LIST += $(_usrp_n200_fpga_bin) $(_usrp_n200_fpga_bin): $(GLOBAL_DEPS) cd $(_usrp_n200_fpga_dir) && make -f Makefile.N200 clean |