From cbb8e474bb5592753a340ba31d3afbab7226f7c6 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Tue, 12 Jan 2010 14:43:43 -0800 Subject: Reorganized structure into include, lib, test, firmware, fpga. The fpga and firmware are empty placeholders for now. --- lib/quadradio/.gitignore | 2 ++ lib/quadradio/Makefile.am | 7 +++++++ 2 files changed, 9 insertions(+) create mode 100644 lib/quadradio/.gitignore create mode 100644 lib/quadradio/Makefile.am (limited to 'lib/quadradio') diff --git a/lib/quadradio/.gitignore b/lib/quadradio/.gitignore new file mode 100644 index 000000000..b336cc7ce --- /dev/null +++ b/lib/quadradio/.gitignore @@ -0,0 +1,2 @@ +/Makefile +/Makefile.in diff --git a/lib/quadradio/Makefile.am b/lib/quadradio/Makefile.am new file mode 100644 index 000000000..66fc4dd71 --- /dev/null +++ b/lib/quadradio/Makefile.am @@ -0,0 +1,7 @@ +# +# Copyright 2010 Ettus Research LLC +# + +include $(top_srcdir)/Makefile.common + +SUBDIRS = -- cgit v1.2.3