8b7762d40bcd8fdf4264646c8be644d7fc5ec66d
[debian/gnuradio] / usrp2 / firmware / lib / Makefile.am
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
24
25 libu2fw_a_SOURCES = \
26         abort.c \
27         ad9510.c \
28         adf4350.c \
29         adf4350_regs.c \
30         ad9777.c \
31         bsm12.c \
32         buffer_pool.c \
33         clocks.c \
34         db_basic.c \
35         db_dbsrx.c \
36         db_rfx.c \
37         db_tvrx.c \
38         db_xcvr2450.c \
39         db_init.c \
40         dbsm.c \
41         eeprom.c \
42         ethernet.c \
43         eth_mac.c \
44         _exit.c \
45         exit.c \
46         hal_io.c \
47         hal_uart.c \
48         i2c.c \
49         lsadc.c \
50         lsdac.c \
51         mdelay.c \
52         memcpy_wa.c \
53         memset_wa.c \
54         nonstdio.c \
55         pic.c \
56         print_mac_addr.c \
57         print_rmon_regs.c \
58         print_fxpt.c \
59         print_buffer.c \
60         printf.c \
61         sd.c \
62         spi.c \
63         u2_init.c       
64
65 libu2fw_wbx_a_SOURCES = \
66         abort.c \
67         ad9510.c \
68         adf4350.c \
69         adf4350_regs.c \
70         ad9777.c \
71         bsm12.c \
72         buffer_pool.c \
73         clocks.c \
74         db_basic.c \
75         db_wbxng.c \
76         db_init_wbx.c \
77         dbsm.c \
78         eeprom.c \
79         ethernet.c \
80         eth_mac.c \
81         _exit.c \
82         exit.c \
83         hal_io.c \
84         hal_uart.c \
85         i2c.c \
86         lsadc.c \
87         lsdac.c \
88         mdelay.c \
89         memcpy_wa.c \
90         memset_wa.c \
91         nonstdio.c \
92         pic.c \
93         print_mac_addr.c \
94         print_rmon_regs.c \
95         print_fxpt.c \
96         print_buffer.c \
97         printf.c \
98         sd.c \
99         spi.c \
100         u2_init.c       
101
102 noinst_HEADERS = \
103         ad9510.h \
104         adf4350.h \
105         adf4350_regs.h \
106         ad9777.h \
107         ad9777_regs.h \
108         bool.h \
109         bsm12.h \
110         buffer_pool.h \
111         clocks.h \
112         db.h \
113         db_base.h \
114         db_wbxng.h \
115         dbsm.h \
116         eth_mac.h \
117         eth_mac_regs.h \
118         eth_phy.h \
119         ethernet.h \
120         hal_io.h \
121         hal_uart.h \
122         i2c.h \
123         lsadc.h \
124         lsdac.h \
125         mdelay.h \
126         memcpy_wa.h \
127         memory_map.h \
128         memset_wa.h \
129         nonstdio.h \
130         pic.h \
131         print_rmon_regs.h \
132         sd.h \
133         spi.h \
134         stdint.h \
135         stdio.h \
136         u2_init.h \
137         usrp2_bytesex.h \
138         wb16550.h
139
140 EXTRA_DIST = \
141         microblaze.ld