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