diff options
Diffstat (limited to 'lib/usrp')
-rw-r--r-- | lib/usrp/.gitignore | 2 | ||||
-rw-r--r-- | lib/usrp/Makefile.am | 7 | ||||
-rw-r--r-- | lib/usrp/dboard/.gitignore | 2 | ||||
-rw-r--r-- | lib/usrp/dboard/Makefile.am | 7 | ||||
-rw-r--r-- | lib/usrp/mboard/.gitignore | 2 | ||||
-rw-r--r-- | lib/usrp/mboard/Makefile.am | 7 |
6 files changed, 27 insertions, 0 deletions
diff --git a/lib/usrp/.gitignore b/lib/usrp/.gitignore new file mode 100644 index 000000000..b336cc7ce --- /dev/null +++ b/lib/usrp/.gitignore @@ -0,0 +1,2 @@ +/Makefile +/Makefile.in diff --git a/lib/usrp/Makefile.am b/lib/usrp/Makefile.am new file mode 100644 index 000000000..913f80a6d --- /dev/null +++ b/lib/usrp/Makefile.am @@ -0,0 +1,7 @@ +# +# Copyright 2010 Ettus Research LLC +# + +include $(top_srcdir)/Makefile.common + +SUBDIRS = mboard dboard diff --git a/lib/usrp/dboard/.gitignore b/lib/usrp/dboard/.gitignore new file mode 100644 index 000000000..b336cc7ce --- /dev/null +++ b/lib/usrp/dboard/.gitignore @@ -0,0 +1,2 @@ +/Makefile +/Makefile.in diff --git a/lib/usrp/dboard/Makefile.am b/lib/usrp/dboard/Makefile.am new file mode 100644 index 000000000..66fc4dd71 --- /dev/null +++ b/lib/usrp/dboard/Makefile.am @@ -0,0 +1,7 @@ +# +# Copyright 2010 Ettus Research LLC +# + +include $(top_srcdir)/Makefile.common + +SUBDIRS = diff --git a/lib/usrp/mboard/.gitignore b/lib/usrp/mboard/.gitignore new file mode 100644 index 000000000..b336cc7ce --- /dev/null +++ b/lib/usrp/mboard/.gitignore @@ -0,0 +1,2 @@ +/Makefile +/Makefile.in diff --git a/lib/usrp/mboard/Makefile.am b/lib/usrp/mboard/Makefile.am new file mode 100644 index 000000000..66fc4dd71 --- /dev/null +++ b/lib/usrp/mboard/Makefile.am @@ -0,0 +1,7 @@ +# +# Copyright 2010 Ettus Research LLC +# + +include $(top_srcdir)/Makefile.common + +SUBDIRS = |