]> sigrok.org Git - libsigrok.git/commitdiff
Install an empty firmware/ directory.
authorUwe Hermann <redacted>
Thu, 20 Jan 2011 22:23:06 +0000 (23:23 +0100)
committerUwe Hermann <redacted>
Thu, 20 Jan 2011 22:23:06 +0000 (23:23 +0100)
This reduces the hassle for the users (and distro packages) a bit, you
only need to copy files into there now.

Makefile.am
firmware/Makefile.am [new file with mode: 0644]
firmware/README [new file with mode: 0644]

index 94672f333618981728d3ecabb875824497b71356..94790203c9e045c128277745c7232164cc40f60e 100644 (file)
@@ -20,7 +20,7 @@
 AM_CPPFLAGS = -I $(top_srcdir)/libsigrok \
              -DFIRMWARE_DIR='"$(FIRMWARE_DIR)"'
 
-SUBDIRS = hardware input output
+SUBDIRS = hardware input output firmware
 
 lib_LTLIBRARIES = libsigrok.la
 
diff --git a/firmware/Makefile.am b/firmware/Makefile.am
new file mode 100644 (file)
index 0000000..04bb9ed
--- /dev/null
@@ -0,0 +1,24 @@
+##
+## This file is part of the sigrok project.
+##
+## Copyright (C) 2011 Uwe Hermann <uwe@hermann-uwe.de>
+##
+## 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 2 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, write to the Free Software
+## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+##
+
+pkgdatadir = $(FIRMWARE_DIR)
+
+dist_pkgdata_DATA = README
+
diff --git a/firmware/README b/firmware/README
new file mode 100644 (file)
index 0000000..2b40d04
--- /dev/null
@@ -0,0 +1,3 @@
+Place any firmware files required by your logic analyzer hardware into
+this directory.
+