diff options
author | Matt Ettus <matt@ettus.com> | 2010-06-14 16:14:30 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2011-05-26 17:31:19 -0700 |
commit | 014ea68739c616836bcdfce292c8ab89da26afad (patch) | |
tree | 18de12cf4488dd17718b9d59790f248be3342c3d /usrp2/gpif/Makefile.srcs | |
parent | e25f67d54ad40479415a5208b8f9a4739a79df30 (diff) | |
download | uhd-014ea68739c616836bcdfce292c8ab89da26afad.tar.gz uhd-014ea68739c616836bcdfce292c8ab89da26afad.tar.bz2 uhd-014ea68739c616836bcdfce292c8ab89da26afad.zip |
gpif skeletons
Diffstat (limited to 'usrp2/gpif/Makefile.srcs')
-rw-r--r-- | usrp2/gpif/Makefile.srcs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/usrp2/gpif/Makefile.srcs b/usrp2/gpif/Makefile.srcs new file mode 100644 index 000000000..9bcbb29f3 --- /dev/null +++ b/usrp2/gpif/Makefile.srcs @@ -0,0 +1,12 @@ +# +# Copyright 2010 Ettus Research LLC +# + +################################################## +# SERDES Sources +################################################## +GPIF_SRCS = $(abspath $(addprefix $(BASE_DIR)/../gpif/, \ +gpif.v \ +gpif_wr.v \ +gpif_rd.v \ +)) |