fdfa2b712a6e3a27dd90969fd273d4d1dc667b39
[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         buffer_pool.c \
29         clocks.c \
30         db_basic.c \
31         db_init.c \
32         db_rfx.c \
33         db_tvrx.c \
34         dbsm.c \
35         eeprom.c \
36         ethernet.c \
37         eth_mac.c \
38         _exit.c \
39         exit.c \
40         hal_io.c \
41         hal_uart.c \
42         i2c.c \
43         lsadc.c \
44         lsdac.c \
45         mdelay.c \
46         memcpy_wa.c \
47         memset_wa.c \
48         nonstdio.c \
49         pic.c \
50         print_mac_addr.c \
51         print_rmon_regs.c \
52         print_fxpt.c \
53         print_buffer.c \
54         printf.c \
55         sd.c \
56         spi.c \
57         u2_init.c       
58
59
60 noinst_HEADERS = \
61         ad9510.h \
62         ad9777.h \
63         ad9777_regs.h \
64         bool.h \
65         buffer_pool.h \
66         clocks.h \
67         db.h \
68         db_base.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         
94 EXTRA_DIST = \
95         microblaze.ld