mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2025-03-01 10:35:23 +00:00
220354bc78f0667273dfbff97cbe4e7da6a16a71
This changes building ddbridge.ko and octonet.ko from including multiple C files right from the source code to building all of them separately into their own objects, and build the actual kernel module from these objects. Accomplished by: - rename of ddbridge.c to ddbridge-main.c and octonet. to octonet-main.c - rename of ddbridge-mod.c to ddbridge-modulator.c - add all C files to Kbuild and prepare Kbuild for this way of building the modules - add all neccessary annotations and includes
DDBridge Driver
Patches
We can only accept patches which don't break compilation for older kernels (as far back as 2.6.37).
Prepare for Building
TBD
Building
TBD
Description
Languages
C
99.7%
Makefile
0.3%