]> sigrok.org Git - sigrok-util.git/commitdiff
new-driver: Whitespace fixes in the generated Makefile.am.
authorUwe Hermann <redacted>
Tue, 22 Apr 2014 19:47:08 +0000 (21:47 +0200)
committerUwe Hermann <redacted>
Tue, 22 Apr 2014 19:47:08 +0000 (21:47 +0200)
source/new-driver

index 79be2ae690dcc9acd03ee99c62ddde6c45983e99..f06fb3096009a08988ae77713e7e8efdfe5ba76f 100755 (executable)
@@ -42,12 +42,11 @@ TMPL_AUTOCONF_AC_CONFIG_FILES = "\t\t hardware/${short}/Makefile\n"
 TMPL_AUTOCONF_SUMMARY = 'echo "  - ${summary}"\n'
 
 TMPL_HWMAKE_DRIVERLIB = """if HW_${upper}
-libsigrok_la_SOURCES += \
-       hardware/${short}/protocol.h \
-       hardware/${short}/protocol.c \
+libsigrok_la_SOURCES += \\
+       hardware/${short}/protocol.h \\
+       hardware/${short}/protocol.c \\
        hardware/${short}/api.c
 endif
-
 """
 TMPL_HWDRIVER_EXTERN = """\
 #ifdef HAVE_HW_${upper}