diff options
author | Josh Blum <josh@joshknows.com> | 2012-01-27 19:20:54 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-01-27 19:20:54 -0800 |
commit | 4f94819a4422a71251661fb501412565ffaea8be (patch) | |
tree | a514f1502953b5ad19aa6248f27d4d3b0b784d59 /usrp2/top/N2x0/Makefile.N210R4 | |
parent | bcda4624deb5a81ba2ad338157c44855dab56397 (diff) | |
download | uhd-4f94819a4422a71251661fb501412565ffaea8be.tar.gz uhd-4f94819a4422a71251661fb501412565ffaea8be.tar.bz2 uhd-4f94819a4422a71251661fb501412565ffaea8be.zip |
dsp rework: integrated custom dsp module shells
Diffstat (limited to 'usrp2/top/N2x0/Makefile.N210R4')
-rw-r--r-- | usrp2/top/N2x0/Makefile.N210R4 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usrp2/top/N2x0/Makefile.N210R4 b/usrp2/top/N2x0/Makefile.N210R4 index 39a2508f9..951df0c7c 100644 --- a/usrp2/top/N2x0/Makefile.N210R4 +++ b/usrp2/top/N2x0/Makefile.N210R4 @@ -24,6 +24,7 @@ include ../../vrt/Makefile.srcs include ../../udp/Makefile.srcs include ../../coregen/Makefile.srcs include ../../extramfifo/Makefile.srcs +include ../../custom/Makefile.srcs ################################################## @@ -53,7 +54,8 @@ u2plus.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) $(EXTRAM_SRCS) \ +$(CUSTOM_SRCS) ################################################## # Process Properties |