Statistics
| Branch: | Tag: | Revision:

root / usrp2 / firmware / lib / Makefile.am @ 22a3ed89

History | View | Annotate | Download (2.8 kB)

1
#
2
# Copyright 2007 Free Software Foundation, Inc.
3
#
4
# This program is free software: you can redistribute it and/or modify
5
# it under the terms of the GNU General Public License as published by
6
# the Free Software Foundation, either version 3 of the License, or
7
# (at your option) any later version.
8
#
9
# This program is distributed in the hope that it will be useful,
10
# but WITHOUT ANY WARRANTY; without even the implied warranty of
11
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
# GNU General Public License for more details.
13
#
14
# You should have received a copy of the GNU General Public License
15
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
16
#
17
18
include $(top_srcdir)/Makefile.common
19
20
noinst_LIBRARIES = \
21
	libu2fw.a \
22
	libu2fw_wbx.a \
23
	libu2fw_xcvr.a
24
25
26
libu2fw_a_SOURCES = \
27
	abort.c \
28
	ad9510.c \
29
	ad9777.c \
30
	bsm12.c \
31
	buffer_pool.c \
32
	clocks.c \
33
	db_basic.c \
34
	db_bitshark_rx.c \
35
	db_dbsrx.c \
36
	db_rfx.c \
37
	db_tvrx.c \
38
	db_init.c \
39
	dbsm.c \
40
	eeprom.c \
41
	ethernet.c \
42
	eth_mac.c \
43
	_exit.c \
44
	exit.c \
45
	hal_io.c \
46
	hal_uart.c \
47
	i2c.c \
48
	lsadc.c \
49
	lsdac.c \
50
	mdelay.c \
51
	memcpy_wa.c \
52
	memset_wa.c \
53
	nonstdio.c \
54
	pic.c \
55
	print_mac_addr.c \
56
	print_rmon_regs.c \
57
	print_fxpt.c \
58
	print_buffer.c \
59
	printf.c \
60
	sd.c \
61
	spi.c \
62
	u2_init.c	
63
64
libu2fw_wbx_a_SOURCES = \
65
	abort.c \
66
	ad9510.c \
67
	adf4350.c \
68
	adf4350_regs.c \
69
	ad9777.c \
70
	bsm12.c \
71
	buffer_pool.c \
72
	clocks.c \
73
	db_basic.c \
74
	db_wbxng.c \
75
	db_init_wbx.c \
76
	dbsm.c \
77
	eeprom.c \
78
	ethernet.c \
79
	eth_mac.c \
80
	_exit.c \
81
	exit.c \
82
	hal_io.c \
83
	hal_uart.c \
84
	i2c.c \
85
	lsadc.c \
86
	lsdac.c \
87
	mdelay.c \
88
	memcpy_wa.c \
89
	memset_wa.c \
90
	nonstdio.c \
91
	pic.c \
92
	print_mac_addr.c \
93
	print_rmon_regs.c \
94
	print_fxpt.c \
95
	print_buffer.c \
96
	printf.c \
97
	sd.c \
98
	spi.c \
99
	u2_init.c	
100
101
102
libu2fw_xcvr_a_SOURCES = \
103
	abort.c \
104
	ad9510.c \
105
	adf4350.c \
106
	adf4350_regs.c \
107
	ad9777.c \
108
	bsm12.c \
109
	buffer_pool.c \
110
	clocks.c \
111
	db_basic.c \
112
	db_xcvr2450.c \
113
	db_init_xcvr.c \
114
	dbsm.c \
115
	eeprom.c \
116
	ethernet.c \
117
	eth_mac.c \
118
	_exit.c \
119
	exit.c \
120
	hal_io.c \
121
	hal_uart.c \
122
	i2c.c \
123
	lsadc.c \
124
	lsdac.c \
125
	mdelay.c \
126
	memcpy_wa.c \
127
	memset_wa.c \
128
	nonstdio.c \
129
	pic.c \
130
	print_mac_addr.c \
131
	print_rmon_regs.c \
132
	print_fxpt.c \
133
	print_buffer.c \
134
	printf.c \
135
	sd.c \
136
	spi.c \
137
	u2_init.c	
138
139
noinst_HEADERS = \
140
	ad9510.h \
141
	adf4350.h \
142
	adf4350_regs.h \
143
	ad9777.h \
144
	ad9777_regs.h \
145
	bool.h \
146
	bsm12.h \
147
	buffer_pool.h \
148
	clocks.h \
149
	db.h \
150
	db_base.h \
151
	db_wbxng.h \
152
	db_bitshark_rx.h
153
	dbsm.h \
154
	eth_mac.h \
155
	eth_mac_regs.h \
156
	eth_phy.h \
157
	ethernet.h \
158
	hal_io.h \
159
	hal_uart.h \
160
	i2c.h \
161
	lsadc.h \
162
	lsdac.h \
163
	mdelay.h \
164
	memcpy_wa.h \
165
	memory_map.h \
166
	memset_wa.h \
167
	nonstdio.h \
168
	pic.h \
169
	print_rmon_regs.h \
170
	sd.h \
171
	spi.h \
172
	stdint.h \
173
	stdio.h \
174
	u2_init.h \
175
	usrp2_bytesex.h \
176
        wb16550.h
177
178
EXTRA_DIST = \
179
        microblaze.ld