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

##################################################
# Timing Sources
##################################################
TIMING_SRCS = $(abspath $(addprefix $(BASE_DIR)/../timing/, \
time_64bit.v \
time_compare.v \
time_receiver.v \
time_sender.v \
time_sync.v \
timer.v \
simple_timer.v \
))