X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=HACKING;h=a5aa8d6654bd130be98df0ad7bb29901fdd01e4a;hb=b50970a54195302dad73c668e263c71188a8d727;hp=5978863b6d3f99559dbf24e1b535355666b7451c;hpb=b4698e4d617483bc0157b62b4be4153535b45701;p=libsigrok.git diff --git a/HACKING b/HACKING index 5978863b..a5aa8d66 100644 --- a/HACKING +++ b/HACKING @@ -61,8 +61,9 @@ This is a rough overview of what you need to do in order to add a new driver (using the Tondaj SL-814 device as example). It's basically what the 'new-driver' script (see above) does for you: - - Makefile.am: Add HW_TONDAJ_SL_814 and add to libsigrok_la_SOURCES. - - configure.ac: Add a DRIVER() and DRIVER2() call. + - Makefile.am: Add to src_libdrivers_la_SOURCES under the HW_TONDAJ_SL_814 + condition. + - configure.ac: Add an SR_DRIVER() call. - src/drivers.c: Add a tondaj_sl_814_driver_info entry in two places. - src/hardware/tondaj-sl-814/ directory: Add api.c, protocol.c, protocol.h.