root / usrp2 / custom / Makefile.srcs @ 7e6a0855
History | View | Annotate | Download (301 Bytes)
| 1 |
# |
|---|---|
| 2 |
# Copyright 2012 Ettus Research LLC |
| 3 |
# |
| 4 |
|
| 5 |
################################################## |
| 6 |
# FIFO Sources |
| 7 |
################################################## |
| 8 |
CUSTOM_SRCS = $(abspath $(addprefix $(BASE_DIR)/../custom/, \ |
| 9 |
custom_dsp_rx.v \ |
| 10 |
custom_dsp_tx.v \ |
| 11 |
custom_engine_rx.v \ |
| 12 |
custom_engine_tx.v \ |
| 13 |
)) |