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