root / firmware / microblaze / lib / Makefile.am @ 350f5c5d
History | View | Annotate | Download (1.71 KB)
| 1 |
# |
|---|---|
| 2 |
# Copyright 2010 Ettus Research LLC |
| 3 |
# |
| 4 |
# Copyright 2007 Free Software Foundation, Inc. |
| 5 |
# |
| 6 |
# This program is free software: you can redistribute it and/or modify |
| 7 |
# it under the terms of the GNU General Public License as published by |
| 8 |
# the Free Software Foundation, either version 3 of the License, or |
| 9 |
# (at your option) any later version. |
| 10 |
# |
| 11 |
# This program is distributed in the hope that it will be useful, |
| 12 |
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 |
# GNU General Public License for more details. |
| 15 |
# |
| 16 |
# You should have received a copy of the GNU General Public License |
| 17 |
# along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 18 |
# |
| 19 |
|
| 20 |
include $(top_srcdir)/Makefile.common |
| 21 |
|
| 22 |
noinst_LIBRARIES = \ |
| 23 |
libu2fw.a |
| 24 |
|
| 25 |
libu2fw_a_SOURCES = \ |
| 26 |
abort.c \ |
| 27 |
ad9510.c \ |
| 28 |
ad9777.c \ |
| 29 |
bsm12.c \ |
| 30 |
buffer_pool.c \ |
| 31 |
clocks.c \ |
| 32 |
db_init.c \ |
| 33 |
dbsm.c \ |
| 34 |
eeprom.c \ |
| 35 |
ethernet.c \ |
| 36 |
eth_mac.c \ |
| 37 |
_exit.c \ |
| 38 |
exit.c \ |
| 39 |
hal_io.c \ |
| 40 |
hal_uart.c \ |
| 41 |
i2c.c \ |
| 42 |
lsadc.c \ |
| 43 |
lsdac.c \ |
| 44 |
mdelay.c \ |
| 45 |
memcpy_wa.c \ |
| 46 |
memset_wa.c \ |
| 47 |
nonstdio.c \ |
| 48 |
pic.c \ |
| 49 |
print_mac_addr.c \ |
| 50 |
print_rmon_regs.c \ |
| 51 |
print_fxpt.c \ |
| 52 |
print_buffer.c \ |
| 53 |
printf.c \ |
| 54 |
sd.c \ |
| 55 |
spi.c \ |
| 56 |
u2_init.c \ |
| 57 |
net_common.c \ |
| 58 |
arp_cache.c \ |
| 59 |
banal.c |
| 60 |
|
| 61 |
noinst_HEADERS = \ |
| 62 |
ad9510.h \ |
| 63 |
ad9777.h \ |
| 64 |
ad9777_regs.h \ |
| 65 |
bsm12.h \ |
| 66 |
buffer_pool.h \ |
| 67 |
clocks.h \ |
| 68 |
db.h \ |
| 69 |
dbsm.h \ |
| 70 |
eth_mac.h \ |
| 71 |
eth_mac_regs.h \ |
| 72 |
eth_phy.h \ |
| 73 |
ethernet.h \ |
| 74 |
hal_io.h \ |
| 75 |
hal_uart.h \ |
| 76 |
i2c.h \ |
| 77 |
lsadc.h \ |
| 78 |
lsdac.h \ |
| 79 |
mdelay.h \ |
| 80 |
memcpy_wa.h \ |
| 81 |
memory_map.h \ |
| 82 |
memset_wa.h \ |
| 83 |
nonstdio.h \ |
| 84 |
pic.h \ |
| 85 |
print_rmon_regs.h \ |
| 86 |
sd.h \ |
| 87 |
spi.h \ |
| 88 |
stdint.h \ |
| 89 |
stdio.h \ |
| 90 |
u2_init.h \ |
| 91 |
usrp2_bytesex.h \ |
| 92 |
wb16550.h \ |
| 93 |
net_common.h \ |
| 94 |
if_arp.h \ |
| 95 |
arp_cache.h \ |
| 96 |
banal.h \ |
| 97 |
ethertype.h |