Imported Upstream version 3.2.2
[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
23
24 libu2fw_a_SOURCES = \
25         abort.c \
26         ad9510.c \
27         ad9777.c \
28         bsm12.c \
29         buffer_pool.c \
30         clocks.c \
31         db_basic.c \
32         db_dbsrx.c \
33         db_init.c \
34         db_rfx.c \
35         db_tvrx.c \
36         db_xcvr2450.c \
37         dbsm.c \
38         eeprom.c \
39         ethernet.c \
40         eth_mac.c \
41         _exit.c \
42         exit.c \
43         hal_io.c \
44         hal_uart.c \
45         i2c.c \
46         lsadc.c \
47         lsdac.c \
48         mdelay.c \
49         memcpy_wa.c \
50         memset_wa.c \
51         nonstdio.c \
52         pic.c \
53         print_mac_addr.c \
54         print_rmon_regs.c \
55         print_fxpt.c \
56         print_buffer.c \
57         printf.c \
58         sd.c \
59         spi.c \
60         u2_init.c       
61
62
63 noinst_HEADERS = \
64         ad9510.h \
65         ad9777.h \
66         ad9777_regs.h \
67         bool.h \
68         bsm12.h \
69         buffer_pool.h \
70         clocks.h \
71         db.h \
72         db_base.h \
73         dbsm.h \
74         eth_mac.h \
75         eth_mac_regs.h \
76         eth_phy.h \
77         ethernet.h \
78         hal_io.h \
79         hal_uart.h \
80         i2c.h \
81         lsadc.h \
82         lsdac.h \
83         mdelay.h \
84         memcpy_wa.h \
85         memory_map.h \
86         memset_wa.h \
87         nonstdio.h \
88         pic.h \
89         print_rmon_regs.h \
90         sd.h \
91         spi.h \
92         stdint.h \
93         stdio.h \
94         u2_init.h \
95         usrp2_bytesex.h \
96         wb16550.h
97
98 EXTRA_DIST = \
99         microblaze.ld