From 7a95ea36f86c512fbbaf34c99e1ba5c3a0237f54 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Mon, 12 Mar 2012 13:54:42 -0700 Subject: fpga: force -include_global for custom sources ISE will not recognize custom sources as part of the hierarchy, and thus will not compile (unless its the first macro...). Remove custom sources from the source list, and specially add them with the -include_global option. --- usrp2/top/N2x0/Makefile.N210R3 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usrp2/top/N2x0/Makefile.N210R3') diff --git a/usrp2/top/N2x0/Makefile.N210R3 b/usrp2/top/N2x0/Makefile.N210R3 index 0b53ac951..411aa20f1 100644 --- a/usrp2/top/N2x0/Makefile.N210R3 +++ b/usrp2/top/N2x0/Makefile.N210R3 @@ -56,8 +56,7 @@ 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) \ -$(CUSTOM_SRCS) +$(VRT_SRCS) $(UDP_SRCS) $(COREGEN_SRCS) $(EXTRAM_SRCS) ################################################## # Process Properties -- cgit v1.2.3