diff options
author | Josh Blum <josh@joshknows.com> | 2012-09-04 16:27:57 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-09-04 16:27:57 -0700 |
commit | d84207264e0d08a12f6e680b22a60b388d71f2e7 (patch) | |
tree | f62588dc228a46891ff40a632ea4cf9e17bc0975 /fpga/usrp2/top/B100/Makefile | |
parent | 9d6f94929ebe66d8839441a3ab1c190aac1c1cab (diff) | |
parent | bf6ced26b463ac9c229c7ca224f739e9a24c1d33 (diff) | |
download | uhd-d84207264e0d08a12f6e680b22a60b388d71f2e7.tar.gz uhd-d84207264e0d08a12f6e680b22a60b388d71f2e7.tar.bz2 uhd-d84207264e0d08a12f6e680b22a60b388d71f2e7.zip |
Merge branch 'b100_2rx_fpga' into b100_2rx
Diffstat (limited to 'fpga/usrp2/top/B100/Makefile')
-rw-r--r-- | fpga/usrp2/top/B100/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/fpga/usrp2/top/B100/Makefile b/fpga/usrp2/top/B100/Makefile new file mode 100644 index 000000000..fdd507394 --- /dev/null +++ b/fpga/usrp2/top/B100/Makefile @@ -0,0 +1,17 @@ +# +# Copyright 2011 Ettus Research LLC +# + +all: B100 B100_2RX + find -name "*.twr" | xargs grep constraint | grep met + +clean: + rm -rf build* + +B100: + make -f Makefile.$@ bin + +B100_2RX: + make -f Makefile.$@ bin + +.PHONY: all clean |