blob: 22cf063c9e7b48ed93288b63250e010777236cee (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#
# Copyright 2012 Ettus Research LLC
#
##################################################
# FIFO Sources
##################################################
CUSTOM_SRCS = $(abspath $(addprefix $(BASE_DIR)/../custom/, \
custom_dsp_rx.v \
custom_dsp_tx.v \
))
|