diff options
author | Josh Blum <josh@joshknows.com> | 2011-03-10 17:57:56 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-03-10 17:57:56 -0800 |
commit | 414b7771e08f5925a1b5a924e24e860f2746101c (patch) | |
tree | 2370b1e484767fcaaa8b6ee21559f6ad45818548 /fpga | |
parent | db2b80617d789484b463ab81a94605adfae39de9 (diff) | |
download | uhd-414b7771e08f5925a1b5a924e24e860f2746101c.tar.gz uhd-414b7771e08f5925a1b5a924e24e860f2746101c.tar.bz2 uhd-414b7771e08f5925a1b5a924e24e860f2746101c.zip |
usrp-e100: fpga fix removed missing directory from include
Diffstat (limited to 'fpga')
-rw-r--r-- | fpga/usrp2/top/u1e/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fpga/usrp2/top/u1e/Makefile b/fpga/usrp2/top/u1e/Makefile index 3cb9fd8f3..5d721979b 100644 --- a/fpga/usrp2/top/u1e/Makefile +++ b/fpga/usrp2/top/u1e/Makefile @@ -23,7 +23,6 @@ include ../../opencores/Makefile.srcs include ../../vrt/Makefile.srcs include ../../udp/Makefile.srcs include ../../coregen/Makefile.srcs -include ../../extram/Makefile.srcs include ../../gpmc/Makefile.srcs ################################################## |