Daniel Scheller 220354bc78 ddbridge/octonet: compile modules from object referenced in Kbuild
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
2017-07-10 20:50:59 +02:00
2017-04-07 12:26:03 +02:00
2015-08-05 17:22:42 +02:00
2017-05-16 21:24:48 +02:00
2015-08-05 18:37:42 +02:00
2017-05-17 19:42:25 +02:00
2015-08-05 17:22:42 +02:00
2015-08-05 17:22:42 +02:00
2017-05-19 16:59:30 +02:00

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
No description provided
Readme 2.6 MiB
Languages
C 99.7%
Makefile 0.3%