From 9a52bc09e3561365c4600fdb9d3df172da014554 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Fri, 25 Mar 2011 16:07:26 -0700 Subject: usrp2: fix typo, now building n200 fpga images --- images/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3