]> sigrok.org Git - libsigrok.git/commitdiff
Only build hardware drivers if they're enabled.
authorUwe Hermann <redacted>
Sat, 8 Jan 2011 18:15:39 +0000 (19:15 +0100)
committerUwe Hermann <redacted>
Sat, 8 Jan 2011 19:58:43 +0000 (20:58 +0100)
hardware/asix-sigma/Makefile.am
hardware/openbench-logic-sniffer/Makefile.am
hardware/saleae-logic/Makefile.am
hardware/zeroplus-logic-cube/Makefile.am

index 0413a0db3e004d026a25594b6182a5bd41a648c3..6359e25fbc11a605f69eb44d23c019f51a9c7017 100644 (file)
@@ -17,6 +17,8 @@
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 ##
 
+if LA_ASIX_SIGMA
+
 AM_CPPFLAGS = -DFIRMWARE_DIR='"$(FIRMWARE_DIR)"'
 
 # Local lib, this is NOT meant to be installed!
@@ -29,3 +31,5 @@ libsigrokhwasixsigma_la_SOURCES = \
 libsigrokhwasixsigma_la_CFLAGS = \
        -I$(top_srcdir)/libsigrok
 
+endif
+
index a4881f567d23a2fb68a1cf05bbb0c89bbc6d29a8..45daa5b1c5652bb3ee9312ac8761fd2128bfb3f1 100644 (file)
@@ -17,6 +17,8 @@
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 ##
 
+if LA_OLS 
+
 # Local lib, this is NOT meant to be installed!
 noinst_LTLIBRARIES = libsigrokhwols.la
 
@@ -26,3 +28,4 @@ libsigrokhwols_la_SOURCES = \
 libsigrokhwols_la_CFLAGS = \
        -I$(top_srcdir)/libsigrok
 
+endif
index 3e7fc724025d95a37819f868b08a919f18005925..183e7ecb484dd3b10a0e0188c4d52dafc66d96a1 100644 (file)
@@ -17,6 +17,8 @@
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 ##
 
+if LA_SALEAE_LOGIC
+
 AM_CPPFLAGS = -DFIRMWARE_DIR='"$(FIRMWARE_DIR)"'
 
 # Local lib, this is NOT meant to be installed!
@@ -28,3 +30,5 @@ libsigrokhwsaleaelogic_la_SOURCES = \
 libsigrokhwsaleaelogic_la_CFLAGS = \
        -I$(top_srcdir)/libsigrok
 
+endif
+
index 17f7c1229a23d63cb1dd1865be110096e5b89e81..ce4d415bb1391c8c01795a09c6e6a202e5cf8c90 100644 (file)
@@ -17,6 +17,8 @@
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 ##
 
+if LA_ZEROPLUS_LOGIC_CUBE
+
 # Local lib, this is NOT meant to be installed!
 noinst_LTLIBRARIES = libsigrokhwzeroplus.la
 
@@ -30,3 +32,5 @@ libsigrokhwzeroplus_la_SOURCES = \
 libsigrokhwzeroplus_la_CFLAGS = \
        -I$(top_srcdir)/libsigrok
 
+endif
+