aboutsummaryrefslogtreecommitdiffstats
path: root/fpga/usrp2/top/B100/Makefile
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2012-07-02 14:11:43 -0700
committerJosh Blum <josh@joshknows.com>2012-07-02 14:11:43 -0700
commit45c1af8152d02cd7d4e5d5d603e1cca65f6dd539 (patch)
tree2a48c592cef637476c2566fc64675dcdac8a7b05 /fpga/usrp2/top/B100/Makefile
parent7a1824e8fddadd915e2d7490a8b57764b815b09f (diff)
parent295c7e7b98df98989f3fb4505e44f0be52813d81 (diff)
downloaduhd-45c1af8152d02cd7d4e5d5d603e1cca65f6dd539.tar.gz
uhd-45c1af8152d02cd7d4e5d5d603e1cca65f6dd539.tar.bz2
uhd-45c1af8152d02cd7d4e5d5d603e1cca65f6dd539.zip
Merge branch 'fpga_next' into next
Diffstat (limited to 'fpga/usrp2/top/B100/Makefile')
-rw-r--r--fpga/usrp2/top/B100/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/fpga/usrp2/top/B100/Makefile b/fpga/usrp2/top/B100/Makefile
deleted file mode 100644
index 3ddef1024..000000000
--- a/fpga/usrp2/top/B100/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-#
-# Copyright 2011 Ettus Research LLC
-#
-
-all: B100
- find -name "*.twr" | xargs grep constraint | grep met
-
-clean:
- rm -rf build*
-
-B100:
- make -f Makefile.$@ bin
-
-.PHONY: all clean