diff options
author | Josh Blum <josh@joshknows.com> | 2010-04-19 18:31:16 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-04-19 18:31:16 -0700 |
commit | 0d365ff30324ea8684388051ac509e7df22929d0 (patch) | |
tree | 009a8f3566a4f5be8fa1c1ce4e615b7d18c60b0e /firmware/microblaze/lib/Makefile.am | |
parent | b3116c8ccf188c2abd7c709e0f1a436c513de1f1 (diff) | |
download | uhd-0d365ff30324ea8684388051ac509e7df22929d0.tar.gz uhd-0d365ff30324ea8684388051ac509e7df22929d0.tar.bz2 uhd-0d365ff30324ea8684388051ac509e7df22929d0.zip |
pulled aux dac and adc support from microblaze, its in the host now
Diffstat (limited to 'firmware/microblaze/lib/Makefile.am')
-rw-r--r-- | firmware/microblaze/lib/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/firmware/microblaze/lib/Makefile.am b/firmware/microblaze/lib/Makefile.am index 3d02cfe8b..bd8972f5c 100644 --- a/firmware/microblaze/lib/Makefile.am +++ b/firmware/microblaze/lib/Makefile.am @@ -38,8 +38,6 @@ libu2fw_a_SOURCES = \ hal_io.c \ hal_uart.c \ i2c.c \ - lsadc.c \ - lsdac.c \ mdelay.c \ memcpy_wa.c \ memset_wa.c \ @@ -71,8 +69,6 @@ noinst_HEADERS = \ hal_io.h \ hal_uart.h \ i2c.h \ - lsadc.h \ - lsdac.h \ mdelay.h \ memcpy_wa.h \ memory_map.h \ |