driver list: add source files which register multiple drivers
commit9b7a5fe29eb563fc3804ad34d8ebb7ba28f4c013
authorGerhard Sittig <gerhard.sittig@gmx.net>
Wed, 10 May 2023 16:55:47 +0000 (10 18:55 +0200)
committerGerhard Sittig <gerhard.sittig@gmx.net>
Wed, 10 May 2023 17:09:52 +0000 (10 19:09 +0200)
treeaf2468f130388591fc92d7f52f1ca78a8eda2abb
parent0194f854dc8999cb19ec3a692dbe6621836221c0
driver list: add source files which register multiple drivers

Add the driver_67.c source file which conditionally registers driver 6
and/or driver 7 (or none if both are disabled). Inclusion is controlled
by the config header file which is controlled by autoconf or cmake user
adjustable options.

Add the driver_8.c source file which registers multiple drivers under a
common condition. External build rules are not aware (and need not be)
that one source file results in multiple driver registrations.
CMakeLists.txt
Makefile.am
configure.ac
drivers_config.h.in [new file with mode: 0644]
src/driver_67.c [new file with mode: 0644]
src/driver_8.c [new file with mode: 0644]