summaryrefslogtreecommitdiffstats
path: root/firmware/microblaze/usrp2p/Makefile.am
diff options
context:
space:
mode:
authorNick Foster <nick@nerdnetworks.org>2010-07-28 16:48:45 -0700
committerNick Foster <nick@nerdnetworks.org>2010-07-28 16:48:45 -0700
commit329415df45212206c44c9ae44851f972dce3ed53 (patch)
tree5cfb32d7cc8c0723001617c18fcb3882b976fc2d /firmware/microblaze/usrp2p/Makefile.am
parent1c46ebf0d7108f1e3dd72fd7fc31f4e143615a43 (diff)
downloaduhd-329415df45212206c44c9ae44851f972dce3ed53.tar.gz
uhd-329415df45212206c44c9ae44851f972dce3ed53.tar.bz2
uhd-329415df45212206c44c9ae44851f972dce3ed53.zip
Stripped out all the clock functionality except for init'ing the FPGA. Clock smarts have been host-side for a while, so this is redundant code.
Diffstat (limited to 'firmware/microblaze/usrp2p/Makefile.am')
-rw-r--r--firmware/microblaze/usrp2p/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/microblaze/usrp2p/Makefile.am b/firmware/microblaze/usrp2p/Makefile.am
index 86affc1f3..ddc7006ca 100644
--- a/firmware/microblaze/usrp2p/Makefile.am
+++ b/firmware/microblaze/usrp2p/Makefile.am
@@ -45,7 +45,6 @@ noinst_LIBRARIES = libusrp2p.a
libusrp2p_a_SOURCES = \
$(COMMON_SRCS) \
- clocks.c \
spif.c \
spi_flash.c \
spi_flash_read.c \