X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-util.git;a=blobdiff_plain;f=source%2Fnew-driver;h=f06fb3096009a08988ae77713e7e8efdfe5ba76f;hp=79be2ae690dcc9acd03ee99c62ddde6c45983e99;hb=68ec507355214bbad499fafbf77724314c914e9e;hpb=28b4a156388377acda282a93d962aad85a8af2da diff --git a/source/new-driver b/source/new-driver index 79be2ae..f06fb30 100755 --- a/source/new-driver +++ b/source/new-driver @@ -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}