diff options
author | Josh Blum <josh@joshknows.com> | 2012-09-01 23:14:49 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-09-01 23:14:49 -0700 |
commit | bf6ced26b463ac9c229c7ca224f739e9a24c1d33 (patch) | |
tree | 91fd63530ba012c165c760d7d173737a25e09697 /usrp2/top/B100/Makefile | |
parent | a8a02f97a89597aac8310dd1adff6909e62cb7b4 (diff) | |
download | uhd-bf6ced26b463ac9c229c7ca224f739e9a24c1d33.tar.gz uhd-bf6ced26b463ac9c229c7ca224f739e9a24c1d33.tar.bz2 uhd-bf6ced26b463ac9c229c7ca224f739e9a24c1d33.zip |
b100: fpga makefile for 2rx no tx
Diffstat (limited to 'usrp2/top/B100/Makefile')
-rw-r--r-- | usrp2/top/B100/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/usrp2/top/B100/Makefile b/usrp2/top/B100/Makefile new file mode 100644 index 000000000..fdd507394 --- /dev/null +++ b/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 |