commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r9524 - in gnuradio/branches/features/gr-usrp2/usrp2/f


From: jcorgan
Subject: [Commit-gnuradio] r9524 - in gnuradio/branches/features/gr-usrp2/usrp2/firmware: . include
Date: Sun, 7 Sep 2008 14:31:36 -0600 (MDT)

Author: jcorgan
Date: 2008-09-07 14:31:36 -0600 (Sun, 07 Sep 2008)
New Revision: 9524

Added:
   gnuradio/branches/features/gr-usrp2/usrp2/firmware/include/Makefile.am
Modified:
   gnuradio/branches/features/gr-usrp2/usrp2/firmware/Makefile.am
   gnuradio/branches/features/gr-usrp2/usrp2/firmware/configure.ac
   gnuradio/branches/features/gr-usrp2/usrp2/firmware/include/
Log:
Add usrp2 firmware includes to makefile

Modified: gnuradio/branches/features/gr-usrp2/usrp2/firmware/Makefile.am
===================================================================
--- gnuradio/branches/features/gr-usrp2/usrp2/firmware/Makefile.am      
2008-09-07 20:23:53 UTC (rev 9523)
+++ gnuradio/branches/features/gr-usrp2/usrp2/firmware/Makefile.am      
2008-09-07 20:31:36 UTC (rev 9524)
@@ -17,5 +17,5 @@
 
 include $(top_srcdir)/Makefile.common
 
-SUBDIRS = lib apps
+SUBDIRS = include lib apps 
 

Modified: gnuradio/branches/features/gr-usrp2/usrp2/firmware/configure.ac
===================================================================
--- gnuradio/branches/features/gr-usrp2/usrp2/firmware/configure.ac     
2008-09-07 20:23:53 UTC (rev 9523)
+++ gnuradio/branches/features/gr-usrp2/usrp2/firmware/configure.ac     
2008-09-07 20:31:36 UTC (rev 9524)
@@ -39,6 +39,7 @@
 AC_CONFIG_FILES([\
     Makefile \
     apps/Makefile \
+    include/Makefile \
     lib/Makefile \
 ])
 


Property changes on: gnuradio/branches/features/gr-usrp2/usrp2/firmware/include
___________________________________________________________________
Name: svn:ignore
   + Makefile
Makefile.in


Added: gnuradio/branches/features/gr-usrp2/usrp2/firmware/include/Makefile.am
===================================================================
--- gnuradio/branches/features/gr-usrp2/usrp2/firmware/include/Makefile.am      
                        (rev 0)
+++ gnuradio/branches/features/gr-usrp2/usrp2/firmware/include/Makefile.am      
2008-09-07 20:31:36 UTC (rev 9524)
@@ -0,0 +1,27 @@
+#
+# Copyright 2008 Free Software Foundation, Inc.
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#
+
+include $(top_srcdir)/Makefile.common
+
+noinst_HEADERS = \
+    usrp2_cdefs.h \
+    usrp2_eth_packet.h \
+    usrp2_fpga_regs.h \
+    usrp2_i2c_addr.h \
+    usrp2_mac_addr.h \
+    usrp2_mimo_config.h \
+    usrp2_types.h





reply via email to

[Prev in Thread] Current Thread [Next in Thread]