mirror of
https://github.com/fairwaves/UHD-Fairwaves.git
synced 2025-11-03 05:23:14 +00:00
14 lines
286 B
Makefile
14 lines
286 B
Makefile
#
|
|
# Copyright 2010 Ettus Research LLC
|
|
#
|
|
|
|
##################################################
|
|
# UDP Sources
|
|
##################################################
|
|
UDP_SRCS = $(abspath $(addprefix $(BASE_DIR)/../udp/, \
|
|
udp_wrapper.v \
|
|
fifo19_rxrealign.v \
|
|
prot_eng_tx.v \
|
|
add_onescomp.v \
|
|
))
|