diff options
author | Josh Blum <josh@joshknows.com> | 2011-08-09 19:12:55 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-08-15 15:37:52 -0700 |
commit | 0dcd0fd42a8575e875ef47898b8ccd4d85df77a1 (patch) | |
tree | 9ab69c72e6f3af4cc7129c9e5f14dc36391ef694 /usrp2/top/N2x0 | |
parent | c5c5bacb0e3e4f78b39765857ea129a24363bf11 (diff) | |
download | uhd-0dcd0fd42a8575e875ef47898b8ccd4d85df77a1.tar.gz uhd-0dcd0fd42a8575e875ef47898b8ccd4d85df77a1.tar.bz2 uhd-0dcd0fd42a8575e875ef47898b8ccd4d85df77a1.zip |
N2x0: print constraints summary from makefile
Diffstat (limited to 'usrp2/top/N2x0')
-rw-r--r-- | usrp2/top/N2x0/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usrp2/top/N2x0/Makefile b/usrp2/top/N2x0/Makefile index fa66af565..b6a3d9624 100644 --- a/usrp2/top/N2x0/Makefile +++ b/usrp2/top/N2x0/Makefile @@ -3,6 +3,7 @@ # all: N200R3 N210R3 N200R4 N210R4 + find -name "*.twr" | xargs grep constraint | grep met clean: rm -rf build* |