summaryrefslogtreecommitdiffstats
path: root/usrp2/gpif/Makefile.srcs
blob: bf2b7f74d77d436fb9ca920c2e6a78d4cddc8de4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# Copyright 2010 Ettus Research LLC
#

##################################################
# SERDES Sources
##################################################
GPIF_SRCS = $(abspath $(addprefix $(BASE_DIR)/../gpif/, \
gpif.v \
gpif_wr.v \
gpif_rd.v \
packet_reframer.v \
packet_splitter.v \
))