allow to compile a separate kernel module with a named extension
authorKay Sievers <kay@vrfy.org>
Wed, 25 Dec 2013 22:37:44 +0000 (23:37 +0100)
committerKay Sievers <kay@vrfy.org>
Wed, 25 Dec 2013 22:39:39 +0000 (23:39 +0100)
commit20439c0fe5c946346cfeea6a1cefe43e483711ec
treeecc5bf449693a2367bcb5d697f55c22c47f3ffdc
parent7b6388c7c6cdd2015dde360506cabfaacf9646e6
allow to compile a separate kernel module with a named extension

running:
  make EXT=2

will create a:
  kdbus2.ko

and the tests will run against:
  /dev/kdbus2/control

This allows us to run a new and separated kernel modules while the original
kdbus.ko is in use in the booted system.
Makefile
memfd.c
namespace.c
pool.c
test/Makefile
test/test-kdbus-activator.c
test/test-kdbus-benchmark.c
test/test-kdbus-chat.c
test/test-kdbus-daemon.c
test/test-kdbus-fuzz.c
test/test-kdbus.c