diff options
author | Josh Blum <josh@joshknows.com> | 2010-02-10 18:44:19 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-02-10 18:44:19 -0800 |
commit | 6c7d9f1f7573fc73522499573560bf1aef64f414 (patch) | |
tree | 5b63082d9b9c109ab2059c415f77935a9385cc81 /firmware/microblaze/include/Makefile.am | |
parent | 2b6c895b4f9916a06b14c40f545c9b4e53141c9a (diff) | |
download | uhd-6c7d9f1f7573fc73522499573560bf1aef64f414.tar.gz uhd-6c7d9f1f7573fc73522499573560bf1aef64f414.tar.bz2 uhd-6c7d9f1f7573fc73522499573560bf1aef64f414.zip |
removed unwanted/broken files
Diffstat (limited to 'firmware/microblaze/include/Makefile.am')
-rw-r--r-- | firmware/microblaze/include/Makefile.am | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/firmware/microblaze/include/Makefile.am b/firmware/microblaze/include/Makefile.am index b7f5a8148..6afbbcd12 100644 --- a/firmware/microblaze/include/Makefile.am +++ b/firmware/microblaze/include/Makefile.am @@ -19,15 +19,12 @@ include $(top_srcdir)/Makefile.common +SUBDIRS = net + noinst_HEADERS = \ - usrp2_cdefs.h \ - usrp2_eth_packet.h \ - usrp2_ipv4_packet.h \ - usrp2_udp_packet.h \ usrp2_fpga_regs.h \ usrp2_i2c_addr.h \ usrp2_clock_bits.h \ usrp2_types.h \ - network.h \ vrt/bits.h \ vrt/types.h |