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