diff options
author | Josh Blum <josh@joshknows.com> | 2010-11-17 16:12:00 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-12-11 18:43:09 -0800 |
commit | b621dea91eeebe05c4823bc2da8780fa12997169 (patch) | |
tree | 3545fc910b17b4c5401a76dd30188944934b7dc1 /firmware/microblaze/usrp2 | |
parent | 57fcedbba7cbedda714aefa6653bf00e30e5981a (diff) | |
download | uhd-b621dea91eeebe05c4823bc2da8780fa12997169.tar.gz uhd-b621dea91eeebe05c4823bc2da8780fa12997169.tar.bz2 uhd-b621dea91eeebe05c4823bc2da8780fa12997169.zip |
usrp2: replaced spi and i2c async stuff with sync (since were out of the fast-path)
Diffstat (limited to 'firmware/microblaze/usrp2')
-rw-r--r-- | firmware/microblaze/usrp2/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/firmware/microblaze/usrp2/Makefile.am b/firmware/microblaze/usrp2/Makefile.am index 7a58e7253..7fd353204 100644 --- a/firmware/microblaze/usrp2/Makefile.am +++ b/firmware/microblaze/usrp2/Makefile.am @@ -24,8 +24,6 @@ AM_LDFLAGS = \ $(COMMON_LFLAGS) \ -Wl,-defsym -Wl,_TEXT_START_ADDR=0x0050 \ -Wl,-defsym -Wl,_STACK_SIZE=3072 - -LDADD = libusrp2.a LDADD = libusrp2.a @@ -38,7 +36,7 @@ libusrp2_a_SOURCES = \ $(COMMON_SRCS) \ sd.c \ ethernet.c \ - udp_fw_update.c + udp_fw_update.c noinst_PROGRAMS = \ usrp2_txrx_uhd.elf |