aboutsummaryrefslogtreecommitdiffstats
path: root/usrp2/top/u1e_passthru/Makefile
diff options
context:
space:
mode:
authorMatt Ettus <matt@ettus.com>2011-03-03 18:10:37 -0800
committerMatt Ettus <matt@ettus.com>2011-03-03 18:10:37 -0800
commit8e27fc0c3c1e14e23f6f66911eb2e1aaaf061484 (patch)
treec03979f27afa6aa54cd6d5d926e75358e14a8710 /usrp2/top/u1e_passthru/Makefile
parent985d82f1c24983cf6809a052cb190ba55f673f30 (diff)
downloaduhd-8e27fc0c3c1e14e23f6f66911eb2e1aaaf061484.tar.gz
uhd-8e27fc0c3c1e14e23f6f66911eb2e1aaaf061484.tar.bz2
uhd-8e27fc0c3c1e14e23f6f66911eb2e1aaaf061484.zip
remove references to old directory
Diffstat (limited to 'usrp2/top/u1e_passthru/Makefile')
-rw-r--r--usrp2/top/u1e_passthru/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usrp2/top/u1e_passthru/Makefile b/usrp2/top/u1e_passthru/Makefile
index d1950629b..f2d835608 100644
--- a/usrp2/top/u1e_passthru/Makefile
+++ b/usrp2/top/u1e_passthru/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
##################################################
@@ -51,7 +50,7 @@ passthru.ucf
SOURCES = $(abspath $(TOP_SRCS)) $(FIFO_SRCS) \
$(CONTROL_LIB_SRCS) $(SDR_LIB_SRCS) $(SERDES_SRCS) \
$(SIMPLE_GEMAC_SRCS) $(TIMING_SRCS) $(OPENCORES_SRCS) \
-$(VRT_SRCS) $(UDP_SRCS) $(COREGEN_SRCS) $(EXTRAM_SRCS) \
+$(VRT_SRCS) $(UDP_SRCS) $(COREGEN_SRCS) \
$(GPMC_SRCS)
##################################################