diff options
Diffstat (limited to 'fpga/usrp2/top/N2x0/Makefile')
-rw-r--r-- | fpga/usrp2/top/N2x0/Makefile | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/fpga/usrp2/top/N2x0/Makefile b/fpga/usrp2/top/N2x0/Makefile deleted file mode 100644 index b6a3d9624..000000000 --- a/fpga/usrp2/top/N2x0/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# -# Copyright 2011 Ettus Research LLC -# - -all: N200R3 N210R3 N200R4 N210R4 - find -name "*.twr" | xargs grep constraint | grep met - -clean: - rm -rf build* - -N200R3: - make -f Makefile.$@ bin - -N210R3: - make -f Makefile.$@ bin - -N200R4: - make -f Makefile.$@ bin - -N210R4: - make -f Makefile.$@ bin - -.PHONY: all clean |